.stepper{display:flex;justify-content:center}.stepper .step{color:#9e9e9e;font-size:14px;margin:0 30px}.stepper .step .nr{background-color:#9e9e9e;border-radius:12px;color:#ddd;display:inline-block;height:24px;line-height:24px;margin-right:6px;text-align:center;width:24px}.stepper .step.active{color:#000;font-weight:500}.stepper .step.active .nr{background-color:#006a5e;color:#fff}@media (max-width:767px){.stepper{flex-wrap:wrap;justify-content:start;row-gap:30px}}