.perfect-fit-container {
  border-radius: 0;
  display: flex;
  /* max-width: 633px; */
  flex-direction: column;
}

.options-container {
}

.option-item {
  display: flex;
  flex-direction: column;
  /* background-color: aqua; */
}

.option-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 121px;
}


.progress-bar {
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  margin-top: 29px;
  width: 100% !important;
  flex-direction: column;
  align-items: start;
  border: 1px solid #c63093;
  /* box-shadow: 00px 5px 9px #00000030; */
}

.progress-indicator {
  border-radius: 100px;
  background-color: #c63093;
  display: flex;
  width: 25px;
  height: 18px;
}

.journey-description {
  color: #000;
  /* letter-spacing: 0.6px; */
  text-align: center;
  /* margin-top: 12px; */
  font: 400 20px/25px Josefin Sans, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
}

.journey-video {
  width: 100%; /* Make video responsive */
  height: auto; /* Maintain aspect ratio */
}

@media (max-width: 991px) {
}

.journey-image {
  aspect-ratio: 1.63;
  object-fit: contain;
  object-position: center;
  width: 129px;
  max-width: 100%;
  margin: 0 0 -21px 25px;
}

.navigation-container {
  align-self: center;
  z-index: 10;
  display: flex;
  margin-top: 21px;
  width: 100%;
  max-width: 438px;
  align-items: start;
  gap: 3px;
  font-family: Josefin Sans, sans-serif;
}

.center-buttons {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-inline: 3rem;
}

.exit-button {
  border-radius: 40px;
  background-color: #fffcf9;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  padding: 16px 55px;
  border: 1px solid #c63093;
}

.assistance-link {
  color: #c63093;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.28px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 991px) {
  .options-container {
    max-width: 100%;
    margin-right: 5px;
  }
  .progress-bar {
    max-width: 100%;
    padding-right: 20px;
  }
  .journey-title {
    max-width: 100%;
  }
  .journey-description {
    max-width: 100%;
    margin-right: 3px;

    line-height: 1.9;
  }
  /* .image-container {
    padding: 100px 20px;
  } */
  .journey-image {
    margin-bottom: 10px;
  }
  .navigation-container {
    max-width: 100%;
  }
  .nav-button {
    white-space: initial;
    padding: 0 20px;
  }
  .exit-button {
    margin-right: 5px;
    white-space: initial;
    padding: 0 20px;
  }
}
