@media (max-width: 1023px) {

    .contact-form .form-fields {
        flex-direction: column;
        background: #fff;
    }



}

@media (min-width: 1024px) {

    .contact-header__inner {
        position: sticky;
        top: 0;
    }

}

@media (min-width : 1200px) {

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

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

}
