@media only screen and (min-width: 768px){
  .ec-progress .ec-progress__number {
    left: 0;
    position: relative;
    z-index: 2;
  }
  .ec-progress .ec-progress__item:after{
    z-index: 1
  }
}
