@media (min-width: 768px) {
    .banner .content .img_container {
        margin-top: -4rem;
    }
}

@media (max-width:1199px) and (min-width:991px){
    .footer .content .first_col{

        width: 300px;
    }

}
@media (max-width:990px) {

    .footer .content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .footer .content .first_col{
        width: 90%;
    }
    .footer .content .first_col a {
        font-size: 14px;
    }
    .flex_lng{
        flex-direction: column !important;
        justify-content: center;
        gap:1rem
    }
    .switch_lang{
        order: -1;
    }
    .banner{
        padding-top: 4rem;
    }
    .btns.flex_lng{
        flex-direction: row !important;
        align-items: center;
        justify-content: center !important;
    }
    .text_content .title,
    .text_content .desc{
        text-align: center;
    }
    .text_content .desc{
        max-width: 90%;
        margin: 0 auto;
    }
    .flex-col div.title_m {
        font-size: 18px;
    }
    .btns a{
        width: 151px;
    }
    .btns img {
        height: 45px;
    }

}
@media (max-width:767px){
    .banner .content .img_container img {
        width: 100%;
        height: auto;
        display: block;
        margin: -4rem auto 0 auto;
    }


    
    .banner .content .img_container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }
    
    .banner .content {
        flex-direction: column;
        text-align: center;
    }
    
    .text_content {
        order: 1;
    }
    
    .img_container {
        order: 2;
    }
}
