.feature-cards{display:grid;gap:1.5rem;justify-content:center;padding:1rem}.feature-cards__content-wrapper{display:flex;justify-content:center}.feature-cards__item{border-radius:1rem;box-shadow:0 2px 8px 0 rgba(20,25,31,.2);padding:2rem}.feature-cards__item-dynamic-height{min-height:var(--tallest-card-height,auto)}.feature-cards__item-text{margin:0;padding:1rem 0}.feature-cards__item-title{font-size:1.25rem;font-weight:700}.feature-cards__item-description{font-size:1rem;font-weight:400}