.bra-fit-container-2 {
  border-radius: 20px;
  background-color: #f7e9ef;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  max-width: 543px;
  flex-direction: column;
  align-items: center;
  padding: 13px 2px 20px;
}

.question-header-2 {
  display: flex;
  width: 100%;
  max-width: 421px;
  flex-direction: column;
  color: #c63093;
  text-align: center;
  font: 700 24px "Josefin Sans", sans-serif;
}

.question-icon-2 {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 30px;
  align-self: flex-end;
}

.fit-options-2 {
  display: flex;
  gap: 20px;
  margin-top: 7px;
  justify-content: center;
}

.fit-options-2 p {
  font-size: unset;
}

.text-container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 990px) {
  .fit-options-2 {
    align-items: left !important;
  }

  .fit-option-2 label {
    margin-bottom: 0.1rem !important;
  }

  .text-container h3 {
    font-size: 1rem;
  }

  .question-header-2 {
    font-size: 1.6rem !important;
  }

  /* .fit-option-2-choice {
    max-width: 100%;
    flex-direction: row !important;
  } */

  .fit-image {
    /* width: 50% !important; */
  }
}

@media (min-width: 990px) {
  .fit-option-2-choice {
    max-width: 30%;
  }
}

.fit-option-2-choice {
  display: flex;
  flex-direction: column;
  text-align: center;
  font: 16px "Josefin Sans", sans-serif;
  scale: 1.1 !important;
  align-items: center;
  border: none;
  border-radius: 15px;
  padding-top: 15px;
}

.fit-image-2 {
  aspect-ratio: 0.93;
  object-fit: contain;
  object-position: center;
  width: 177px;
}

.fit-label-2 {
  border-radius: 40px;
  /* background-color: #ffeedd; */
  background-color: #ffeedd00;
  color: #c63093;
  font-weight: 660;
  /* border: 1px solid #000; */
  border: 1px solid #00000000;
  text-align: center;
  padding: 5px 5px;
}

.fit-description-2 {
  color: #000;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 10px;
}

.navigation-buttons-2 {
  display: flex;
  justify-content: center;
  margin-top: 37px;
  width: 100%;
  max-width: 100%;
  gap: 9px;
}

.nav-button-2 {
  border-radius: 40px;
  background-color: #c63093;
  color: #fff;
  font: 700 20px "Josefin Sans", sans-serif;
  padding: 14px 38px;
  text-align: center;
  white-space: nowrap;
}

.nav-button-2:focus,
.nav-button-2:active {
  background-color: #c63093 !important;
}

.progress-bar {
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  margin-top: 37px;
  width: 461px;
  max-width: 100%;
  align-items: flex-start;
}

.progress-indicator-2 {
  border-radius: 100px;
  background-color: #c63093;
  width: 40%;
  height: 18px;
}

.start-over-button-2 {
  border-radius: 40px;
  background-color: #fff;
  margin-top: 37px;
  width: 147px;
  max-width: 100%;
  color: #000;
  padding: 13px 16px;
  font: 500 20px "Josefin Sans", sans-serif;
  border: 1px solid #c63093;
}

.assistance-link-2 {
  color: #c63093;
  letter-spacing: 1.28px;
  text-align: center;
  margin-top: -5px;
  font: 600 16px/2 "Josefin Sans", sans-serif;
}

.visually-hidden-2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.q2 {
  display: none;
}
.bottom-buttons-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 551px) {
  .bra-fit-container-2 {
    max-width: 100%;
  }

  .question-header-2 {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-right: 10px;
  }

  .fit-options-2 {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .fit-option-2 {
    margin-top: 4px;
  }

  .fit-label-2 {
    padding: 5px 10px;
    /* font-size: 20px !important; */
  }

  .navigation-buttons-2 {
    white-space: initial;
  }

  .nav-button-2 {
    padding: 0 20px;
    white-space: initial;
  }

  .progress-bar {
    padding-right: 20px;
  }

  .start-over-button-2 {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  .fit-option-2-choice {
    scale: 1 !important;
    /* margin: 5px; */
  }
  .fit-image-survey {
    scale: 0.8 !important;
  }
}
