@media(max-width:757px){
    .contact-section .googpemap{
        margin-top: 20px;
    height: 250px;
        position: relative;
    }
    .contactItmes h4{
        font-size: 25px;
    }
    .contact-wrapper-10{
        width: 100%;
    }
}



@media(max-width:475px){
    .header-logo-3 img{
        height: 60px !important;
    }
}




@media(max-width:375px){
    .contactItmes h4{
        font-size: 25px;
    }
    
    .contactItmes li span {
      font-size: 20px;
    }
    
    .contactItmes li{
            gap: 20px;
    }
    
    .contact-section .googpemap{
        margin-top: 20px;
    height: 250px;
        position: relative;
    }
    
    .contact-wrapper-10{
        width: 100%;
    }
}