.body {
  display: flex;
  justify-content: center;
}
.apology-container {
  border-radius: 20px;
  background-color: #f7e9ef;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  max-width: 624px;
  flex-direction: column;
  align-items: center;
  padding: 46px 57px 25px;
  color: #000;
  font: 400 16px "Josefin Sans", sans-serif;
}

.apology-title {
  color: #c63093;
  font-size: 30px;
  text-align: center;
}

.question-text {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 28px;
}

.explanation-text {
  font-family: Roboto, sans-serif;
  line-height: 25px;
  letter-spacing: 1.28px;
  text-align: center;
  margin-top: 30px;
}

.name-fields {
  align-self: stretch;
  display: flex;
  margin-top: 18px;
  gap: 15px;
  letter-spacing: 1.28px;
  line-height: 2;
  flex-wrap: wrap;
}

.name-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.field-label {
  align-self: start;
}

.input-field {
  border-radius: 40px;
  /* background-color: #fff; */
  display: flex;
  margin-top: 15px;
  height: 47px;
  /* border: 1px solid #c63093; */
}
input {
  border-radius: 20px !important;
}
.email-label {
  line-height: 2;
  letter-spacing: 1.28px;
  text-align: center;
  align-self: start;
  margin: 17px 0 0 0px;
}

.email-input {
  border-radius: 40px;
  /* background-color: #fff; */
  align-self: stretch;
  margin-top: 14px;
  /* color: #746d6d; */
  text-align: center;
  letter-spacing: 1.28px;
  line-height: 2;
  padding: 13px 20px;
  border: 1px solid #c63093;
}

.assistance-text {
  line-height: 25px;
  letter-spacing: 1.28px;
  text-align: center;
  align-self: start;
  margin-top: 21px;
}

.assistance-link {
  color: #c63093;
  letter-spacing: 1.44px;
  text-align: center;
  margin-top: 19px;
  font: 600 18px/1 Roboto, sans-serif;
  text-decoration: none;
}
.s6 {
  display: none;
}
.apology-container input {
  border-radius: 15px;
}
.submit-section {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 551px) {
  .apology-container {
    max-width: 100%;
    padding: 46px 20px 25px;
  }

  .explanation-text,
  .name-fields,
  .email-input,
  .assistance-text {
    max-width: 100%;
  }

  .submit-button {
    white-space: normal;
    padding: 16px 20px;
  }

  .field-label {
    margin-left: 8px;
  }
}
