@media (min-width: 1200px) {
  .form_header {
    display: flex;
  }
  .instructions {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .header {
    font-size: 25px;
  }
  .subheader {
    font-size: 18px;
  }
  .section-title {
    font-size: 17px;
  }
  .footer-text {
    font-size: 25px;
    font-weight: 500;
  }
}
@media (max-width: 1200px) {
  .form_header {
    display: flex;
  }
  .instructions {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .header {
    font-size: 23px;
  }
  .subheader {
    font-size: 16px;
  }
  .section-title {
    font-size: 16px;
  }
  .footer-text {
    font-size: 23px;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .form_header {
    display: flex;
    flex-direction: column;
  }
  .instructions {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .header {
    font-size: 21px;
  }
  .subheader {
    font-size: 14px;
  }
  .section-title {
    font-size: 15px;
  }
  .footer-text {
    font-size: 21px;
    font-weight: 500;
  }
}

@media (max-width: 640px) {
  .instructions {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .header {
    font-size: 21px;
  }
  .subheader {
    font-size: 12px;
  }
  .section-title {
    font-size: 14px;
  }
  .footer-text {
    font-size: 19px;
    font-weight: 500;
  }
}
@media (max-width: 390px) {
  .instructions {
    margin-bottom: 15px;
    font-size: 10px;
  }
  .header {
    font-size: 19px;
  }
  .subheader {
    font-size: 10px;
  }
  .footer-text {
    font-size: 17px;
    font-weight: 500;
  }
}
