/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
    Theme name: BigCity Theme
*/

.clienthero {
    background-image: url(../assets/contactherobg.png);
    background-size: cover;
}

.clientshero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.conherotext {
    max-width: 48%;
}

.clientheroimage {
    padding-right: 10%;
}

.testimonialbg {
    background: #E6E6E6;
    padding-top: 5%;
    padding-bottom: 5%;
}

@media screen and (max-width: 700px) {
    .clientshero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .clientherotext {
        max-width: 90%;
        text-align: center;
        margin-top: 10%;
    }

    .clientheroimage {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

}


@media screen and (max-width: 576px) {
    .clientheroimage {
        padding-right: 0;
    }

    .clientheroimage img {
        height: 380px;
    }
}