.solution-grid{display:grid;gap:24px;grid-template-columns:1fr;margin-top:32px}.solution-card{background-color:#f9fafb;border-radius:16px;padding:32px}.solution-number{color:#fa6000;font-size:40px;font-weight:700;margin-bottom:12px}.solution-title{font-family:var(--head);font-size:20px;font-weight:700;margin-bottom:8px}.solution-text{color:#6b7280;line-height:1.6}@media only screen and (min-width:768px){.solution-grid{grid-template-columns:repeat(3,1fr)}}