.contact-sec {
    margin: 66px 0 150px 0;
}

.contact-sec .contact-form {
    max-width: 896px;
    margin: 0 auto;
}

.contact-sec .section-title span {
    display: block;
    color: #000;
    font-size: 96px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.8px;
}

.contact-sec .section-title h1 {
    text-align: right;
    color: #000;
    text-align: right;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: -1.8px;
}

.contact-sec .section-title {
    margin-bottom: 90px;
}

.contact-sec .form-submit {
    margin-top: 70px;
}


span.wpcf7-spinner {
    position: absolute;
    right: -70px;
}

@media only screen and (max-width:1199px) {
    .contact-sec {
        margin: 60px 0;
    }

    .contact-sec .section-title span,
    .contact-sec .section-title h1 {
        font-size: 77px;
    }

    .contact-sec .section-title {
        margin-bottom: 50px;
    }

    .contact-sec .form-submit {
        margin-top: 30px;
    }
}

@media only screen and (max-width:991px) {
    .contact-sec {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .contact-sec .section-title span,
    .contact-sec .section-title h1 {
        font-size: 58px;
    }

    .contact-sec .form-submit {
        margin-top: 10px;
    }

    .contact-sec .section-title {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width:767px) {
    .contact-sec {
        margin-top: 10px;
    }

    .contact-sec .section-title {
        margin-bottom: 30px;
    }

    .contact-sec .section-title span,
    .contact-sec .section-title h1 {
        font-size: 30px;
        letter-spacing: -1px;
    }
}

@media only screen and (max-width:369px) {

    .contact-sec .section-title span,
    .contact-sec .section-title h1 {
        font-size: 24px;
        letter-spacing: -1px;
    }
}