.wrapper {
  margin: 0 auto;
  width: 330px;
  font-size: 14px;
  border: 2px solid var(--grey-05);
  padding: 20px;
}
.step-progress {
  position: relative;
  padding-left: 10px;
  list-style: none;
}

.step-progress-item {
  position: relative;
  counter-increment: list;
  padding-left: 25px;
}
.step-progress::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 8px;
  height: 100%;
  width: 10px;
  border-left: 2px solid var(--grey-04);
}
.step-progress li:nth-last-child(2):before {
  height: 100%;
}
.step-progress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 9px);
  left: -9px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--grey-04);
  border-radius: 50%;
  background-color: #fff;
}
li.step-progress-item:first-child:before,
li.step-progress-item:last-child:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 50%;
  top: 0;
  left: -3px;
  width: 5px;
}

li.step-progress-item:last-child:before {
  top: auto;
  bottom: 0;
}
.progress-bar-section .b1-bold {
  font-size: 22px;
  padding-right: 10px;
}
.progress-bar-section .b1-regular {
  color: var(--grey-03);
  padding: 10px 10px 10px 0;
}
.progress-bar-section .time {
  margin-right: 10px;
}
.time-bar {
  padding-top: 10px;
}
.step-progress-item:last-child::before {
  border: none;
}

.progress-bar-section .arrow {
  align-self: center;
  text-align: -webkit-right;
}
.progress-bar-section .content-box {
  display: flex;
  border-bottom: 1px solid var(--grey-05);
  padding: 20px 0 20px;
}
.circle {
  border-radius: 40px;
  border: 1px solid var(--grey-01);
  padding: 10px;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.progress-bar-section .b1-bold a {
  color: var(--acBlueText);
  text-decoration: none;
  font-size: 22px;
}
.progress-bar-section .content-box .b1-bold:hover a {
  color: var(--acBlueShade);
}
.progress-bar-section .arrow .circle {
  border: 1px solid var(--acBlueShade);
  width: 40px;
  display: block;
  height: 40px;
}
.progress-bar-section .arrow .circle img {
  filter: invert(37%) sepia(72%) saturate(458%) hue-rotate(138deg) brightness(98%) contrast(94%);
}
.circle img {
  margin-top: -10px;
}
.step-progress-item.step-progress-item--completed:after {
  content: "\2713";
  font-weight: 600;
  color: var(--white);
  background: var(--acBlueShade);
  font-size: 14px;
  padding-left: 6px;
  padding-top: 2px;
  width: 22px;
  height: 22px;
  left: -12px;
  border: 1px solid var(--grey-02);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
li.step-progress-item.step-progress-item--completed {
  opacity: 1;
}
.progress-bar-heading {
  padding-bottom: 20px;
}
.progress-bar-body {
  max-width: 800px;
  margin: 0 auto;
}
.progress-bar-section h1 {
  font-family: "RocheSans-Medium", "Arial", "Arial Narrow";
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: var(--acBlueText);
}
.progress-bar-section .eyebrow {
  margin-bottom: 10px;
}
.progress-bar-section ul li:first-child>.content-box {
  border-top: 1px solid var(--grey-05);
  padding-top: 20px;
}
@media(min-width: 768px) {
  .progress-bar-heading {
    padding-bottom: 40px;
  }
  .step-progress {
    padding-left: 40px;
  }

  .step-progress::before {
    left: 25px;
  }
  li.step-progress-item:first-child:before,
  li.step-progress-item:last-child:before {
    left: -17px;
  }
  .step-progress-item.step-progress-item--completed:after {
    left: -25px;
  }
  .step-progress-item {
    padding-left: 50px;
  }
  .step-progress-item::after {
    left: -22px;
  }
  .progress-bar-section .b1-bold {
    font-size: 28px;
  }
  .progress-bar-section .progress-bar-heading {
    margin-bottom: 0;
  }

  .progress-bar-section .progress-bar-heading h1 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }

  .progress-bar-section .b1-bold a {
    font-size: 28px;
  }
}
