.feature-cards-grid{display:grid;gap:var(--spacing-2xl) var(--spacing-5xl);grid-template-columns:1fr}@media (width >= 768px){.feature-cards-grid{grid-template-columns:repeat(4,1fr)}.feature-cards-grid .feature-card:nth-child(-n+4){grid-column:span 2}.feature-cards-grid .feature-card:nth-last-child(1){grid-row-start:3;grid-column:2/span 2}}@media (width >= 1024px){.feature-cards-grid{grid-template-columns:repeat(6,1fr)}.feature-cards-grid .feature-card:nth-child(-n+3){grid-column:span 2}.feature-cards-grid .feature-card:nth-last-child(2){grid-row-start:2;grid-column:2/span 2}.feature-cards-grid .feature-card:nth-last-child(1){grid-row-start:2;grid-column:4/span 2}}@media (width >= 1440px){.feature-cards-grid .feature-card:nth-child(1){grid-column:1/2;grid-row:1}.feature-cards-grid .feature-card:nth-child(2){grid-column:2/3;grid-row:1}.feature-cards-grid .feature-card:nth-child(3){grid-column:1/2;grid-row:2}.feature-cards-grid .feature-card:nth-child(4){grid-column:2/3;grid-row:2}.feature-cards-grid .feature-card:nth-child(5){grid-column:3/4;grid-row:2}.feature-cards-grid .feature-card:nth-child(6){grid-column:3/4;grid-row:1}}.feature-card{display:flex;flex-direction:column;width:-moz-max-content;width:max-content;gap:var(--spacing-md)}.feature-card .feature-card-image{border-radius:var(--spacing-sm);-o-object-fit:contain;object-fit:contain;height:158px;width:190px}.feature-card .feature-card-text{font-size:var(--font-size-md-desktop);font-weight:var(--font-weight-semibold);line-height:var(--line-height-md-desktop);color:var(--primary-teal-600)}
