@media (min-width: 1200px) {
    .contact-us {
        margin-top: 85px;
    }


    /* LIFESTYLE HEADER */
        .contact-us .contact-header {
            height: 400px;
            padding: 75px 51px;
        }
        .contact-us .contact-header > .content-wrapper {
            display: flex;
        }
        .contact-us .contact-header > .content-wrapper > .content {
            width: 55%;
            position: relative;
            display: block;
            padding: 33px 32px 50px;
            height: 250px;
        }
        .contact-us .contact-header > .content-wrapper > .content > p.text {
            padding: 0;
            text-align: left;
            line-height: 17px;
        }
        .contact-us .contact-header > .content-wrapper > .content > .title-wrapper {
            text-align: left;
        }
        .contact-us .contact-header > .content-wrapper > .content > .title-wrapper > h1 {
            font-size: 55px;
            color: #242E49;
            letter-spacing: 1.38px;
            line-height: 74px;
            margin: 14px 0 15px;
        }
        .contact-us .contact-header > .content-wrapper > .content-details {
            position: relative;
            height: 210px;
            margin: auto 0;
            padding: 45px 107px;
        }
        .contact-us ul.contact-info > li {
            margin-bottom: 15px;

        }


    /* CONTACT INFO */
        .contact-us .flex-wrapper {
            padding-left: 50px;
        }
        .contact-us .flex-wrapper > p.text {
            padding: 0;
            margin-bottom: 44px;
        }
        .contact-us ul.contact-info {
            display: unset;
        }

    /* CONTACT FORM */
        .contact-us .contact-form {
            padding: 70px 40px;
            height: 635px;
        }
        /* Header */
        .contact-us .contact-form > .header {
            width: 234px;
            top: 91px;
            left: 7px;
            margin-left: 0;
        }
        .contact-us .contact-form > .header > .left {
            top: 22px;
            left: 10px;
        }
        .contact-us .contact-form > .header > .right {
            display: none;
        }

        /* Body */
        .contact-us .contact-form > .body {
            width: 70%;
            height: 495px;
            top: 70px;
            left: 40px;
            right: unset;
            padding: 95px 140px 40px 30px;
        }
        .contact-us .contact-form > .body > form > div[class^="col-"] {
            padding: 0 10px;
        }

}
