.sizing-sidekick-container {
  border-radius: 40px;
  display: flex;
  max-width: 673px;
  flex-direction: column;
  align-items: center;
  color: #c63093;
  text-align: center;
  font: 500 20px "Josefin Sans", sans-serif;
}

.sizing-sidekick-title {
  font-size: 24px;
}

.button-container {
  display: flex;
  /* margin-top: 14px; */
  width: 100%;
  max-width: 465px;
  gap: 20px;
  justify-content: space-between;
}

.action-button {
  border-radius: 40px;
  background-color: #c63093;
  padding: 14px 45px;
  color: #fff;
  /* font-weight: 700; */
}

.info-link {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.44px;
  margin-top: 31px;
}

.info-text {
  color: #000;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.6px;
  align-self: center;
  /* margin-top: 25px; */
  width: 100%;
}

.exit-button {
  border-radius: 40px;
  background-color: #fffcf9;
  margin-top: 48px;
  width: 141px;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding: 16px 55px;
  border: 1px solid #c63093;
}

@media (max-width: 991px) {
  .sizing-sidekick-title,
  .info-text {
    max-width: 100%;
  }

  .action-button {
    padding: 14px 20px;
  }

  .exit-button {
    margin-top: 40px;
    padding: 16px 20px;
  }
}
