@media (min-width: 1920px) {
    #banner{
        background: url(../img/banner3.jpg) no-repeat top center;
    }
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    #banner {
        background: url(../img/banner3.jpg) no-repeat left top;
        background-size: 125%;
    }

    #summary{
        padding: 5rem 0!important;
    }

    #global{
        background-size: contain;
    }

        #global .trend-item{
            padding: 45px 15px 25px;
        }
}

@media (max-width: 991.98px) {
    #page_header{
        background-color: #fff;
        position: sticky;
        z-index: 1000;
    }

    #banner {
        background: url(../img/banner_m.jpg) no-repeat center bottom;
        background-size: contain;
        text-align: center;
        padding-top: 50px!important;
        padding-bottom: 45vw!important;
    }

    #page_footer{
        padding: 30px 0;
    }

        #page_footer img{
            margin-bottom: 15px;
        }

}

@media (max-width: 767.98px) {
    #page_header{
        padding: 30px 0 20px;
    }

        #page_header img{
            height: 65px;
        }

    #resources {
        background: url(../img/resources_bg.svg) no-repeat left bottom;
        background-size: contain;
    }

    #form .bg{
        padding: 25vw 0;
    }

    #form .bg:before{
        width: 100vw;
    }

    #form .form{
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (max-width: 575.98px) {
    #content .container>.row>*{
        padding-left: 30px;
        padding-right: 30px;
    }

    #content > section{
        padding: 30px 0 45px;
    }

    h1{
        font-size: 36px;
        line-height: 48px;
    }

    h2{
        font-size: 26px;
        line-height: 1.2;
    }

    #page_header img{
        height: auto;
        width: 100%;
    }

    #page_header .btn{
        padding: 5px 10px;
        font-size: 14px;
    }

    #summary{
        font-size: 18px;
    }
}
