.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem}@media(max-width:768px){.problems-grid{grid-template-columns:1fr!important;gap:1.5rem;margin-top:2rem}.problems-grid>div{padding:2rem 1.5rem!important}.problems-grid h3{font-size:1.25rem!important}}@media(max-width:480px){.problems-grid{gap:1rem}.problems-grid>div{padding:1.5rem 1rem!important}}
