.feature-cards{display:flex;flex-direction:column;gap:var(--spacing-24x);@media (max-width:820px){gap:var(--spacing-8x)}}.feature-card{background:var(--blue-50);border-radius:var(--radius-lg);box-shadow:0 2px 7px 0 rgba(0,0,0,.06);display:flex;gap:var(--spacing-14x);justify-content:space-between;padding:var(--spacing-14x) var(--spacing-16x) var(--spacing-16x);@media (min-width:1024px){position:sticky;top:120px}@media (max-width:820px){flex-direction:column;height:auto!important}@media (max-width:820px){gap:var(--spacing-8x);padding:var(--spacing-6x) var(--spacing-6x) var(--spacing-8x)}}.feature-card__content{display:flex;flex:0 1 496px;flex-direction:column;gap:var(--spacing-14x);@media (max-width:820px){flex:none;gap:var(--spacing-6x);order:2}}.feature-card__body{display:flex;flex:1;flex-direction:column;justify-content:center}.feature-card .preheader{margin-bottom:var(--spacing-4x)}.feature-card__heading{margin-bottom:var(--spacing-4x);@media (max-width:640px){margin-bottom:var(--spacing-3x)}}.feature-card__list{margin-top:var(--spacing-6x)}.feature-card__btn{margin-top:var(--spacing-8x);@media (max-width:640px){margin-top:var(--spacing-6x)}}.feature-card__testimonial{align-items:flex-start;display:flex;gap:var(--spacing-5x);@media (max-width:640px){flex-direction:column}}.feature-card__logo{width:102px}.text-light p.feature-card__quote{color:var(--blue-600);font-size:.8333rem;margin-bottom:var(--spacing-3x)}.feature-card__quotee{font-size:.8333rem;font-weight:600;margin-bottom:var(--spacing-05x)}.feature-card__quotee-role{font-size:.8333rem}.feature-card__image-wrapper{align-items:center;display:flex;flex:0 1 600px;max-height:500px;@media (max-width:820px){flex:none;justify-content:center;order:1}}.feature-card__image{height:100%;object-fit:contain;width:100%;@media (max-width:820px){max-width:400px}@media (max-width:640px){height:255px}}