@media (min-width : 768px) {


    footer.form-footer {
        flex-direction: row;
    }

    section.contact-form input[type="submit"] {
        margin-bottom: 0;
    }


}

@media (min-width : 1024px) {

    /*HEADER*/

    body#contact #content-wrapper {
        max-width: 80.9%;
    }

    /*CONTAINERS*/

    body#contact .wrapper__inner {
        padding: 5em 0;
    }


}

@media (min-width : 1025px) {

    /*HEADER*/

    body#contact .order__wrapper {
        padding-top: 15vh;
    }

    body#contact #content-wrapper {
        max-width: 67.9%;
    }


}



@media (min-width : 1200px) {
    .contact-form__form {
        display : flex;
    }

    .contact-form__left {
        flex         : 0 0 30%;
        margin-right : 20px;
    }

    .contact-form__right {
        flex : 1 0 auto;
    }
}
