.progressbar{padding-left:0;display:flex;justify-content:space-between}.progressbar li{flex:1 1;text-align:center;position:relative;padding-bottom:10px;font-weight:500}.progressbar li:before{content:"";display:block;margin:0 auto 10px;width:15px;height:15px;border-radius:50%;background-color:#ccc}.progressbar li.completed:before{background-color:green}