.logo-footer{
    max-width: 350px;
}


@media only screen and (max-width: 540px) {

    .logo-footer{
        max-width: 300px;
    }

}



@media only screen and (max-width: 992px) {


}