.what-next{background:#fff!important;padding:60px 40px;width:100%}.what-next__inner{margin:0 auto;max-width:1200px;padding:0 60px}.what-next__inner h2{color:#111;font-size:36px;font-weight:600;margin-bottom:40px}.what-next__steps{grid-template-columns:repeat(3,1fr);margin:0 auto;width:fit-content}.what-next__card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:column;gap:16px;padding:24px}.what-next__step-label{color:#f57c00;font-size:13px;font-weight:600}.what-next__step-text{font-size:18px;line-height:1.4;margin:0}.what-next__steps{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.what-next__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.what-next__steps{grid-template-columns:1fr}}