.stepper-wrapper{display:flex;justify-content:space-between;margin-bottom:20px;margin-top:auto}.stepper-item{align-items:center;display:flex;flex:1;flex-direction:column;position:relative}@media (max-width:768px){.stepper-item{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;border-radius:50%;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:after{content:"";left:50%;position:absolute;top:20px;width:100%;z-index:3}.stepper-item:first-child:before,.stepper-item:last-child:after{content:none}
