.steps{border-radius:20px;gap:40px;padding:40px 50px}.steps .steps-list{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(min(100%/2,max(10px,100%/5)),1fr))}.steps .step{align-items:center;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:300px;text-align:center;width:100%}.steps .step .counter{align-items:center;background-color:#fff;border-radius:50px;color:var(--secondary-color);display:flex;font-size:30px;font-weight:700;height:58px;justify-content:center;width:58px}.steps .button-area{display:flex;justify-content:center;margin-top:40px}.steps .button-area .button{background-color:var(--secondary-color)}.steps .button-area .button:hover{background-color:#9ac242}@media (max-width:1024px){.steps{padding:25px}.steps .steps-list{display:flex;flex-direction:column;gap:30px}.steps .step{max-width:unset}.steps .button-area .button{width:100%}}