
@media screen and (max-width:991px){
    .header .menu{
        display: none;
    }
}

@media screen and (max-width:767px){
    .header .logo img{
        max-width: 100px;
    }
}