.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.why-card{padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff}.why-card span{color:var(--blue);font-weight:900}.why-card p{color:var(--muted);font-size:14px}@media(max-width:850px){.why-grid{grid-template-columns:1fr}}@media(max-width:560px){.why-cards{grid-template-columns:1fr}}
