.featured-cards{padding-block:56px;& h4{text-align:center}}.featured-cards-wrapper{display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:28px}.featured-cards__card{align-items:center;background-color:rgba(3,174,169,.08);border-radius:12px;display:flex;flex-direction:column;gap:12px;min-height:136px;padding:28px 20px;& h6{text-align:center}}.featured-cards__card__image-wrapper{aspect-ratio:1/1;max-height:54px;width:100%;& img{height:100%;object-fit:contain;object-position:center;width:100%}}@media (min-width:768px){.featured-cards-wrapper{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.featured-cards{padding-block:120px}.featured-cards-wrapper{gap:40px;grid-template-columns:repeat(4,1fr);margin-top:64px;&.--centered{grid-template-columns:repeat(3,1fr);justify-content:center}}.featured-cards__card{display:flex;flex-direction:column;gap:20px;min-height:180px;padding:40px 32px}.featured-cards__card__image-wrapper{max-height:70px}}