.feature-cards{width:100%}.feature-cards__inner{align-items:stretch;display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;margin:0 auto;max-width:1360px;width:100%}.feature-cards__inner:has(.feature-card:only-child){grid-template-columns:minmax(0,420px)}.feature-cards__inner:has(.feature-card:first-child:nth-last-child(2)){grid-template-columns:repeat(2,minmax(0,420px))}.feature-card{align-items:flex-start;background:#fff;border:1px solid #dfe4ea;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;min-height:0;padding:20px 25px;width:100%}.feature-card__icon{align-items:center;background:#f3f4f6;border-radius:7px;display:flex;flex:0 0 auto;height:50px;justify-content:center;margin-bottom:28px;min-width:50px;width:50px}.feature-card__icon svg{color:#ff9f1a;display:block;fill:#ff9f1a;height:22px;width:22px}.feature-card__icon svg path{fill:currentColor}.feature-card__icon img{display:block;height:22px;max-height:22px;max-width:22px;object-fit:contain;width:22px}.feature-card h3{color:#1d212b;font-size:16px;font-weight:700;line-height:1.3;margin:0 0 12px}.feature-card__text{color:#6b7280;font-size:15px;line-height:1.5;margin:0}.feature-card__text p{margin:0}@media (max-width:1024px){.feature-cards__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.feature-cards__inner{gap:20px;grid-template-columns:1fr}.feature-card{padding:24px}}