.footer-logo-img {
    max-width: 420px !important;
    height: auto;
    opacity: .8;
    transition: opacity .3s 
ease;
}

@media (max-width: 700px) {
     .footer-logo-img {
        max-width: 220px !important;
       
    }
}
