.section {
  text-align: center;
  background-color: #f4393d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #f4393d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #000;
}

.text-field-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.text-field-2::placeholder {
  color: #000;
}

.heading-2 {
  color: #f4393d;
  margin: 0 100px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container {
  text-align: center;
}

.heading {
  color: #f4393d;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.link {
  color: #000;
}

.field-label {
  color: #363636;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.field-label-2 {
  color: #363636;
  font-family: Montserrat, sans-serif;
}

.error-message {
  z-index: 2;
  background-color: #f4393d;
  margin-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0%;
}

.container-2 {
  margin-bottom: 40px;
}

.text-block {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.image {
  text-align: center;
  margin-bottom: 0;
}

.section-2 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 40px;
}

.form {
  text-align: left;
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 25px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  color: #fff;
  padding-top: 215px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.bold-text {
  color: #fff;
  text-transform: uppercase;
}

.column {
  padding-left: 0;
}

.select-field {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.field-label-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.checkbox-field {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.columns {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.textarea {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.textarea::placeholder {
  color: #000;
}

.select-field-3 {
  color: #000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .form {
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading {
    font-size: 24px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}


