.expandable-cards{width:100%;position:relative;display:flex;align-items:center;row-gap:var(--spacing-lg);overflow-x:hidden}@media (width >= 1440px){.expandable-cards{flex-direction:row}}.expandable-cards .expandable-cards-content{width:100%;row-gap:var(--spacing-2xl)}@media (width >= 768px){.expandable-cards .expandable-cards-content{row-gap:var(--spacing-3xl)}}@media (width >= 1024px){.expandable-cards .expandable-cards-content{row-gap:var(--spacing-5xl)}}@media (width >= 1440px){.expandable-cards .expandable-cards-content{align-items:flex-start}}.expandable-cards .expandable-cards-content .expandable-cards-inner-content{width:100%}.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-flow:row wrap;gap:var(--spacing-2xl) 0}@media (width >= 640px){.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid{gap:var(--spacing-2xl) var(--spacing-sm)}}.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid .feature-card{outline:none;aspect-ratio:1.5/1}@media (width >= 0){.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid .feature-card{width:100%}}@media (width >= 640px){.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid .feature-card{width:48%}}@media (width >= 1024px){.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid .feature-card{width:32%}}.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid .feature-card .feature-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.expandable-cards .expandable-cards-content .expandable-cards-inner-content .feature-cards-grid .feature-card .feature-card-text{width:100%;text-align:left;text-transform:capitalize}
