.progressBar {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
.progressBar .percent {
  position: absolute;
  left: 0;
  top: -30px;
  padding-bottom: 10px;
  text-align: center;
}
.progressBar .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.progressBar .complete {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.progressBar .legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0.5rem;
  z-index: 1;
}

.separator {
  height: 40px;
}

@media screen and (min-width: 769px) {
  .progressBar {
    margin-left: 25%;
    margin-right: 25%;
  }
}