/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .hero_section .list-item .filter {
        width: 100%;
        display: block;
    }
    ul#filters {
        display: block !important;
    }
    .country_flag {
        max-width: 135px;
    }
    .log_img.me-3{
        margin-right: 0 !important;
        margin-bottom: 5px;
    }
    .log_img.me-3 img{
       width: 85px !important;
    }
    .main-header .text h6 {
        font-size: 14px;
        line-height: 20px;
    }
}

 /* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero_section h1{
        font-size: 2.3rem;
    }
    .country_flag{
        max-width: 129px;
    }
}

 /* XX-Large devices (larger desktops, 1400px and up) */
 @media (min-width: 1400px) { 
    .hero_section h1{
        font-size: 2.7rem;
    }
    .country_flag{
        max-width: 150px;
    }
}

