@media(max-width:991px){
    .logo img{
        width: 55vw ;
    }
    .map_wrapper .pq-section-main-title{
        font-size: 30px;
    }
}
@media(max-width:551px){
    .logo{
        margin-left: 20px;
    }
    .logo img {
        width: 65vw ;
    }
    .navbar{
        height: 72px ;
    }
    h1{
        font-size: 30px; 
    }
    .banner_wrapper .banner_imag img{
        height: 400px;
        object-fit: cover;
    }
    .map_wrapper .pq-section-main-title{
        font-size: 24px;
        line-height: 36px;
    }
}