/* BANNER */
.about-us section.page-banner .banner-content{
    /* padding-top: 170px; */
    /* padding-bottom: 160px; */
}
.about-us section.page-banner .banner-content .heading{
    margin-bottom: 0px;
}
.about-us section.page-banner .banner-content .heading h1 {
    font-size: 3.8rem;
}
.about-us section.page-banner .banner-content .sub-heading {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400!important;
}

/* OUR VALUES */
.about-us section.imagecards .imagecards-items article.imagecards-item .card_img {
    height: 190px;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 769px) {}
@media only screen and (max-width: 576px) {
    .about-us section.imagecards .imagecards-items article.imagecards-item .card_img {
        height: 170px;
    }
}