.feature-grid{display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin:0 auto;padding:10px 128px 100px;width:1562px}.feature-card{background:#fff;border:1px solid #e5e5e5;min-height:210px;padding:28px 24px}.feature-icon{align-items:center;background:#eefaf4;border-radius:50%;color:#00b67a;display:flex;height:42px;justify-content:center;margin-bottom:22px;width:42px}.feature-card h3{color:#222;font-size:22px;font-weight:700;line-height:1.2;margin:0 0 14px;text-transform:uppercase}.feature-text{color:#666;font-size:16px;line-height:1.8}@media (max-width:991px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.feature-grid{grid-template-columns:1fr}}.feature-icon img{display:block;height:60px;object-fit:contain;width:60px}