@media only screen and (max-width:1280px){
    .banner_whatweget{
        padding: 20px 25px;
    }
    .banner_whatweget_header{
        font-size: 21px;
        line-height: 24px;
        padding-right: 20px;
        margin-right: 20px;
    }
    .banner_whatweget_content_item_desc{
        font-size: 14px;
        line-height: 20px;
    }
    .whatweget_item_logo{
        width: 45px;
        height: 45px;
    }
    .banner_whatweget_content{
        margin-left: -10px;
        margin-right: -10px;
    }
    .banner_whatweget_content_item_body{
        padding: 0px 10px;
        
    }
    .banner_content_body_head_top{
        padding-bottom: 15px;
    }
    .banner_content_body_head_title{
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:1200px){
    .banner_content_body_head .yellow , .banner_content_body_head .blue{
        font-size: 50px;
        line-height: 62px;
    }
}

@media only screen and (max-width:992px){

    .container{
        padding: 0px 15px;
    }

    /* header */
    /* .header{
        padding: 5px 0px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
    } */
    .navbar{
        display: none;
    }
    .navbar_toggle_icon{
        display: block;
    }
    a.header_logo{
        height: 40px;
    }
    a.header_logo img{
        height: 100%;
    }


    /* banner */
    .banner{
        padding: 20px 0px;
        /* margin-top: 50px; */
    }
    .banner_content_body{
        flex-direction: column;
    }
    .banner_content_body_head{
        width: 100%;
        margin-right: 0px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .banner_content_body_head .yellow , .banner_content_body_head .blue{
        font-size: 37px;
        line-height: 54px;
    }
    .banner_content_body_image{
        width: 100%;
    }
    .banner_whatweget{
        flex-direction: column;
        bottom: -80px;
        left: 20px;
        right: 20px;
        padding: 10px 15px;
    }
    .banner_whatweget_content{
        flex-wrap: wrap;
        justify-content: center;
        margin-right: -10px;
        margin-left: -10px;
    }
    .banner_whatweget_content_item_body{
        padding: 0px 10px;
    }
    .banner_whatweget_header{
        border-right: none;
        border-bottom: 2px solid #5A5B8C;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-right: 0px;
        padding-right: 0px;
        width: max-content;
    }
    .banner_whatweget_content_item{
        flex: 0 0 33.33333%;
        margin: 10px 0px;
    }
    .whatweget_item_logo{
        width: 30px;
        height: 30px;
    }
    .whatweget_item_logo img{
        height: 100%;
    }
    .banner_whatweget_content_item_desc{
        font-size: 10px;
        line-height: 13px;
    }

    /* about */
    .about{
        padding: 50px 0px;
    }
    .about_content_item{
        flex-direction: column-reverse;
        margin-right: 0;
        margin-left: 0;
    }
    .about_btn{
        display: none;
    }
    .about_content_item_images{
        padding: 0px;
        flex: 0 0 100%;
    }
    .about_content_item_desc{
        margin-bottom: 40px;
        padding: 0px;
    }

    /* statistic */
    .statistics{
        padding: 60px 0px;
    }
    .statistics_content{
        flex-direction: column;
    }
    .statistics_content_map{
        width: 100%;
        padding-bottom: 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .statistics_content_countries{
        border-right: none;
        padding-right: 0px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    li.statistics_content_countries_item{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .statistics_content_edu{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-top: 40px;
    }

    /* lessons */
    .lessons{
        padding: 50px 0px;
    }
    .lessons_content{
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }
    .lessons_content_item{
        padding: 0px 0px;
    }
    .lessons_content_item:first-child{
        margin-bottom: 40px;
    }
    .lessons_content_item_body{
        flex-direction: column;
    }
    .lessons_content_item_body_image{
        width: 100%;
    }
    .lessons_content_item_body_desc{
        margin-left: 0px;
        width: 100%;
        padding-top: 30px;
    }

    /* teams */
    .teams{
        padding: 100px 0px 50px 0px;
    }

    /* comments */
    .comments_content_slide{
        margin-left: -50px;
    }


    /* news */
    .news_content{
        /*margin-left: -55px;*/
    }
    .news_content_item{
        width: 100%;
        display: block !important;

    }
    .news_btn {
        display: none;
    }

    /* platforms */
    .platforms{
        padding: 80px 0px;
    }
    .platforms_content{
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }
    .platforms_content_item{
        flex-direction: column;
        text-align: center;
        padding: 30px 0px;
    }
    .platforms_content_item_body{
        margin-left: 0px;
        padding-top: 15px;
    }
    .platforms_content_item_body_link{
        display: flex;
        justify-content: center;
    }

    /* gallery */
    .galleries_content_header_body_item{
        padding-right: 15px;
    }
    .video_content_header_body_item{
        padding-right: 15px;
    }

    /* footer */
    .footer_content{
        flex-direction: column;
    }
    .footer_contact{
        padding-bottom: 50px;
    }
    .footer_map{
        padding-left: 0px;
    }
    
    .privacyPolicy_content_text{
        width: 100%;
    }
    .privacyPolicy_header{
        padding: 40px 0 25px 0;
    }
    .privacyPolicy_content_head{
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:400px){
    .banner_content_body_head .yellow , .banner_content_body_head .blue{
        font-size: 35px;
        line-height: 50px;
    }
}
