.features{padding:24px 0 60px}
.features__grid{
  background:#fff;border-radius:22px;box-shadow:var(--shadow);
  padding:24px 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
.feature{display:flex;align-items:flex-start;gap:14px}
.feature__ico{
  flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#EAF5DD;
  display:inline-flex;align-items:center;justify-content:center;
}
.feature__ico svg{width:22px;height:22px}
.feature h4{font-size:15px;font-weight:800;letter-spacing:.2px}
.feature p{margin-top:4px;font-size:13px;color:var(--muted);line-height:1.45}

@media (max-width:1000px){.features__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){
  .features__grid{grid-template-columns:1fr;padding:14px;gap:12px;border-radius:16px}
  .feature__ico{flex:0 0 34px;width:34px;height:34px;border-radius:9px}
  .feature__ico svg{width:16px;height:16px}
  .feature h4{font-size:12px}
  .feature p{font-size:11px}
}
