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