.fc-card-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.fc-img img,img{max-width:100%}.fc-single-card{align-items:start;background-color:#eff1f0;display:flex;gap:30px;padding:30px 0 30px 25px}.fc-img img{border-radius:50%;height:100px;min-width:100px;width:100px}.fc-title{margin-bottom:10px}.fc-body{font-weight:700;padding-bottom:20px;padding-top:5px}.fc-bulletts ul{display:flex;flex-direction:column;gap:12px;padding-left:20px}.fc-body{max-width:400px;min-height:75px}.fc-bulletts ul li{position:relative}.fc-bulletts ul{list-style:none}.fc-bulletts ul li:before{content:"\f00c";display:inline-block;font-family:Font Awesome\ 6 Free;font-weight:900;left:-20px;position:absolute}.fc-card-grid .fc-single-card:last-child{background-color:#f4f0eb}.fc-card-grid .fc-single-card:last-child .fc-bulletts li:before,.fc-card-grid .fc-single-card:last-child .fc-title{color:#b8873a}.fc-card-grid .fc-single-card:last-child .fc-single-btn a{background-color:#b8873a;border-color:#b8873a;color:#fff}.fc-card-grid .fc-single-card:last-child .fc-single-btn a svg{fill:#fff}.fc-single-btn .button{font-size:16px;padding:15px 22px}@media (max-width:992px){.fc-card-grid{gap:20px;grid-template-columns:repeat(1,1fr)}.fc-single-card{flex-direction:column;gap:20px;padding:20px}.fc-body{min-height:unset}}