.how-works-section{background:#fff;margin:36px auto 0;max-width:800px;padding:18px 14px;text-align:center}.how-works-section h2{color:#25262b;font-size:1.7rem;font-weight:700;margin-bottom:36px}.steps-work{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.step-block{flex:1 1 200px;max-width:250px;min-width:180px;position:relative;text-align:center}.step-circle{align-items:center;background:#ff9d01;border-radius:50%;color:#fff;display:flex;font-size:1.3rem;font-weight:700;height:44px;justify-content:center;margin:0 auto 14px;position:relative;width:44px;z-index:2}.step-title{color:#25262b;font-size:1.11rem;font-weight:700;margin-bottom:8px}.step-desc{color:#737373;font-size:.95rem;margin-bottom:0}.step-block:not(:last-child):after{border-top:2px dashed #bbb;content:"";display:block;position:absolute;right:-50%;top:22px;width:100%;z-index:1}@media (max-width:700px){.steps-work{flex-direction:column;gap:18px}.step-block{justify-content:center;margin-left:auto;margin-right:auto;max-width:100vw;min-width:0}.step-block:not(:last-child):after{display:none}}