.menu-left__img{  
    width: 22px;
    height: 22px;  
}

@media screen and (max-width: 360px) {
    .menu-left__img{  
        width: 14px;
        height: 14px;  
    }
}