/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/* Mobile Layout: 320px. */
 @media only screen and (max-width: 1500px ) {
    .header-area {
        padding-top: 250px;
        padding-bottom: 200px;
    }
}

 @media only screen and (max-width: 992px) {
    .contact-form {
        margin-top: 60px;
    }
    .service-box-3  {
        margin-top: 30px;
    }

}
 @media only screen and (max-width: 767px) {
    .header-text .title {
        font-size: 50px;
    }
    .header-text .sub-title {
        font-size: 36px;
        line-height: 46px;
    }
    .clients .item {
        width: 50%;
    }

}
