@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 991px) {
    .bannerNewsTitle {
        font-size: 30px;
        line-height: 42px;
    }

    .bannerNewsDetail {
        font-size: 18px;
        line-height: 32px;
    }

    .news-view-content h1 {
        font-size: 24px;
        line-height: 38px;
    }

    .footerContactUs ul,
    .footerOurTeam ul {
        padding-left: 0;
    }

}

@media screen and (max-width: 767px) {
    .bannerNewsTitle {
        font-size: 30px;
        line-height: 42px;
    }

    .bannerNewsDetail {
        font-size: 18px;
        line-height: 32px;
    }

    .news-view-content h1 {
        font-size: 24px;
        line-height: 38px;
    }

    .footerContactUs ul,
    .footerOurTeam ul {
        padding-left: 0;
    }

}

@media screen and (max-width: 479px) {
    .bannerNewsTitle {
        font-size: 30px;
        line-height: 42px;
    }

    .bannerNewsDetail {
        font-size: 18px;
        line-height: 32px;
    }

    .news-view-content h1 {
        font-size: 24px;
        line-height: 38px;
    }

    .footerContactUs ul,
    .footerOurTeam ul {
        padding-left: 0;
    }
    
}
