.size-confirmation {
  border-radius: 0;
  display: flex;
  max-width: 441px;
  flex-direction: column;
}

.title {
  color: #c63093;
  text-align: center;
  width: 100%;
  font: 500 24px "Josefin Sans", sans-serif;
}

.content-wrapper {
  display: flex;
  /* margin-top: 30px; */
  width: 100%;
  flex-direction: column;
  padding: 0 33px 0 7px;
}

.size-steps {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .size-steps {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
}

.step-column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .step-column {
    width: 100%;
  }
}

.step-number {
  font-size: 32px;
  font-weight: 500;
}

.step-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.28px;
  margin-top: 7px;
}

.instruction-text {
  color: #000;
  letter-spacing: 1.44px;
  text-align: center;
  align-self: center;
  margin-top: 28px;
  font: 400 18px/25px "Josefin Sans", -apple-system, Roboto, Helvetica,
    sans-serif;
}

.action-buttons {
  display: flex;
  margin-top: 54px;
  gap: 7px;
  color: #c63093;
  white-space: nowrap;
  font: 18px "Josefin Sans", sans-serif;
}

.action-button {
  border-radius: 40px;
  background-color: #fffcf9;
  padding: 16px 46px;
  border: 1px solid #c63093;
}

.exit-button {
  color: #000;
  text-align: center;
  padding: 16px 55px;
}

.next-button {
  padding: 16px 50px;
}

.highlight {
  color: #c63093;
}
