.steps-container{background-color:#2b2b2b}.steps{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-top:40px}.steps-container h2{max-width:65%}.single-step{background-color:#fff;border-radius:10px;padding:40px 40px 40px 35px}.single-step h4{font-size:18px;font-weight:700;line-height:28px;margin:16px 0 24px}.single-step:last-of-type{background-color:#fff5e9}.single-step img{margin-bottom:15px}.single-step:last-of-type img{margin-bottom:39px}.single-step p:first-of-type{font-weight:600}.single-step:last-of-type p:first-of-type{font-weight:400}.single-step a{align-items:center;background:#f7931e;border:2px solid #bb7017;border-radius:10px;color:#000;display:flex;font-size:18px;font-weight:700;height:60px;justify-content:center;text-decoration:none;width:327px}@media screen and (max-width:768px){.steps{gap:16px;grid-template-columns:repeat(1,1fr);margin-top:24px}.steps-container h2{max-width:100%}.single-step{padding:27px 26px 26px}.single-step h4{font-size:16px;line-height:19px;margin:8px 0 16px}.single-step div{width:100%!important}.single-step a{width:100%}}