@media (max-width: 1199px) {

  .contact-form__right {
    padding: 1.5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #contact .contact-form__right .form-group {
    width : 50%;
  }

  .contact-form__right .form-footer {
    display: flex;
    justify-content: center;
  }

  .wrapper__inner {
    padding-bottom: 30px ;
  }
}

@media screen and (max-width: 1024px) {
.contactform__content {
  max-width: 500px;
}
}

@media (min-width: 1200px) {

  /*
  --------------------------------------
  Form -- body
  --------------------------------------
  */
  .form-fields {
    display: flex;
    justify-content: center;
  }

  .contact-form__form {
    display: flex;
    flex-direction: column;
    max-width: 900px;
  }

  .contact-form__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:30px 70px;
    flex-wrap: wrap;
    gap: 4%;
  }
}
