.section-waiver-form {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
  color: #36a6af;
}

.waiver-form {
  display: grid;
  gap: 1rem;
}

.section-waiver-form .contact-form--submit-wrapper {
  justify-content: start;
  text-align: left;
}

.waiver-form__message.waiver-form__message--error {
  color: #ff005f;
}
