.stepper-wrapper{display:flex;justify-content:space-between;margin-bottom:20px;margin-top:20px}.stepper-item{align-items:center;display:flex;flex:1;flex-direction:column;font-family:inter,sans-serif;position:relative;text-align:center;@media (max-width:768px){font-size:12px}}.stepper-item:before{left:-50%}.stepper-item:after,.stepper-item:before{border-bottom:2px solid #ccc;content:"";position:absolute;top:20px;width:100%;z-index:2}.stepper-item:after{left:50%}.stepper-item .step-counter{align-items:center;background:#ccc;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;margin-bottom:6px;position:relative;width:40px;z-index:5}.stepper-item.active{font-weight:700}.stepper-item.completed .step-counter{background-color:#ba872c}.stepper-item.completed:after{border-bottom:2px solid #ba872c;content:"";left:50%;position:absolute;top:20px;width:100%;z-index:3}.stepper-item:first-child:before,.stepper-item:last-child:after{content:none}.step-name{text-align:center}