.how-it-works-section{align-items:center;margin:auto;max-width:1400px;padding:2rem}.how-it-works-container{align-items:center;display:flex;flex-direction:column;margin:0 auto}.how-it-works-title{margin-bottom:40px;text-align:center}.how-it-works-content{display:flex;gap:20px;justify-content:space-between;padding-bottom:2rem}.step{background-color:#fff;display:flex;flex-direction:column;padding:1rem;width:25%}.circle{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;text-align:center;width:50px}.cta-button{color:#000}@media (max-width:900px){.how-it-works-content{flex-direction:column}.step{align-items:center;max-width:600px;width:90%}}