/* head */
@media screen and (max-width: 976px) {
    header .logo{
        flex-direction: column;
    }
    header .logo .img{
        height: 50px;
        width: 300px;
    }
    header .logo .title{
        display: none;
    }
}