.container {
  border-radius: 0;
  display: flex;
  max-width: 672px;
  flex-direction: column;
  align-items: center;
  font: 400 16px Josefin Sans, sans-serif;
}

.steps-container {
  display: flex;
  /* margin-top: 30px; */
  width: 100%;
  /* max-width: 491px; */
  gap: 10px;
  letter-spacing: 1.28px;
  flex-wrap: wrap;
}

.step-number {
  color: #000;
  line-height: 2;
  align-self: center;
}

.step-content {
  border-radius: 40px;
  background-color: #fdf8dc;
  display: flex;
  align-items: start;
  gap: 20px;
  color: #7d7676;
  line-height: 2;
  justify-content: space-between;
  padding: 3px 13px;
  border: 1px solid #c63093;
}

.dropdown-icon {
  aspect-ratio: 1.06;
  object-fit: contain;
  object-position: center;
  width: 17px;
  margin-top: 13px;
}

.profile-name-input {
  border-radius: 40px;
  background-color: #fdf8dc;
  display: flex;
  margin-top: 5px;
  width: 491px;
  max-width: 100%;
  align-items: start;
  gap: 28px;
  color: #7d7676;
  letter-spacing: 1.28px;
  line-height: 2;
  flex-wrap: wrap;
  padding: 4px 8px 4px 22px;
  border: 1px solid #c63093;
}

.profile-name-placeholder {
  flex-grow: 1;
  width: 413px;
  flex-basis: auto;
}

.info-title {
  color: #c63093;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.44px;
  text-align: center;
  margin-top: 36px;
}

.info-text {
  color: #000;
  font-size: 20px !important;
  line-height: 25px;
  letter-spacing: 0.6px;
  text-align: center;
  align-self: center;
  /* margin-top: 17px; */
  width: 100%;
}

.button-container {
  display: flex;
  /* margin-top: 14px; */
  width: 438px;
  max-width: 100%;
  gap: 7px;
  font-size: 18px;
  color: #c63093;
  font-weight: 700;
}

.button {
  border-radius: 40px;
  background-color: #fffcf9;
  padding: 16px 44px;
  border: 1px solid #c63093;
}

.button-exit {
  color: #000;
  text-align: center;
}

@media (max-width: 991px) {
  .steps-container {
    max-width: 100%;
  }

  .step-content {
    padding-right: 20px;
  }

  .profile-name-input {
    padding-left: 20px;
  }

  .info-title,
  .info-text {
    max-width: 100%;
  }

  .button-container {
    white-space: initial;
  }

  .button {
    white-space: initial;
    padding: 0 20px;
  }
}

.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;
}
