.feature-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.feature-card{align-items:center;background:var(--white);border-radius:7px;box-shadow:0 10px 40px 0 rgba(89,89,89,.1);display:flex;flex-direction:column;justify-content:flex-start;padding:32px 24px;text-align:center}.feature-card__img{height:210px;margin-bottom:24px;max-width:100%;object-fit:contain}.feature-card__body{display:flex;flex:0 1 100%;flex-direction:column;justify-content:space-between}.feature-card__title{margin-bottom:16px}.feature-card__description{font-size:.8889rem;line-height:1.6;margin-bottom:20px}.feature-card .btn{padding:11px 24px}img.feature-card__btn-icon{display:block;margin:0;max-height:22px;max-width:22px;width:auto}