.d-feature-wrapper{--card-width:275px}.d-feature-wrapper .filters{display:flex;gap:var(--space-gap);margin-bottom:var(--space-large)}.d-feature-wrapper .d-feature-section{margin-bottom:var(--space-container)}.d-feature-wrapper .d-feature-section .cards-wrapper{display:flex;justify-content:center}.d-feature-wrapper .d-feature-section .cards{display:flex;flex-wrap:wrap;gap:var(--space-medium);justify-content:center;max-width:calc(3*var(--card-width) + 2*var(--space-medium))}@media(min-width:700px){.d-feature-wrapper .d-feature-section .cards{justify-content:flex-start}}.d-feature-wrapper .d-card.d-feature-card{border:1px solid var(--color-border);border-radius:var(--border-radius-m);max-width:100%;padding:0;width:var(--card-width)}.d-feature-wrapper .d-card.d-feature-card .aside{align-items:center;display:flex;height:130px;justify-content:center;max-height:100%;max-width:100%;width:var(--card-width)}.d-feature-wrapper .d-card.d-feature-card .aside img{height:100%;max-height:75px;max-width:75px;width:100%}.d-feature-wrapper .d-card.d-feature-card .aside.orange-gradient{background:linear-gradient(90deg,rgb(255,183,85),rgb(255,90,2) 104.84%)}.d-feature-wrapper .d-card.d-feature-card .aside.blue-gradient{background:radial-gradient(241.27% 142.86% at 49.21% -16.69%,rgb(255,255,255) 0,rgb(139,186,255) 33.33%,rgb(41,117,215) 66.67%,rgb(13,39,72) 100%)}.d-feature-wrapper .d-card.d-feature-card .content{display:flex;flex-direction:column;gap:var(--space-gap);justify-content:space-between;padding:var(--space-medium)}.d-feature-wrapper .d-card.d-feature-card .content .content-text{display:flex;flex-direction:column}