:root {
  --progress-inset: 70px;
}

.swiper-pagination-progressbar-fill {
  background-color: #2a4938 !important;
  height: 2px !important;
}
.how-it-works-swiper-swiper-pagination {
  top: 10px !important;
  left: var(--progress-inset) !important;
  width: calc(100% - var(--progress-inset) - var(--progress-inset)) !important;
  height: 1px !important;
  background-color: #dddddd !important;
}
.step {
  position: absolute;
  top: 6px;
  z-index: 11;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #dddddd;
}

.step-text {
  position: absolute;
  top: 36px;
  z-index: 11;
  width: 10rem;
  text-align: center;
  color: #cccccc;
}

.step-text.active {
  color: black;
}

#step-1-text {
  left: calc(-5rem + var(--progress-inset));
}

#step-2-text {
  left: calc(25% - var(--progress-inset) * 0.25 - 5rem);
}

#step-3-text {
  left: calc(50% - var(--progress-inset) * 0.25 - 5rem);
}
#step-4-text {
  left: calc(75% - var(--progress-inset) * 0.25 - 5rem);
}
#step-5-text {
  left: calc(100% - 5rem - var(--progress-inset));
}

.step.active {
  background-color: #2a4938;
}

#step-1 {
  left: calc(-4px + var(--progress-inset));
}

#step-2 {
  left: calc(25% + var(--progress-inset) * 0.25 - 4px);
}
#step-3 {
  left: calc(50% - var(--progress-inset) * 0.25 - 4px);
}
#step-4 {
  left: calc(75% - var(--progress-inset) * 0.25 - 4px);
}
#step-5 {
  left: calc(100% - 4px - var(--progress-inset));
}

.how-it-works-title {
  max-width: 719px;
}

.next-button {
  height: 60px;
  width: 60px;
}

.phone-wrapper {
  max-height: 526px;
  overflow: hidden;
}

.feat-image {
  width: 4rem;
}

.benefit-title {
  max-width: 450px;
}

.phone-icon {
  width: 20px;
  height: 20px;
}

.benefit-img {
  width: auto;
}

@media only screen and (min-width: 1024px) {
  .benefit-img {
    height: 400px;
  }
}
