#site-footer {
    z-index: 999;
    background: white;
    box-shadow: inset 0px 5px 5px -5px rgb(0 0 0 / 15%);
}

#site-footer .footer-logo {
    height: 4rem;
    width: auto;
}

#site-footer .social-logos img {
    height: 3rem;
}

@media screen and (max-width: 991px) {
    
    .footer-menu-container {
        width: 50%;
    }

    .footer-logo {
        width: 100%;
    }

    #site-footer .footer-logo {
        height: 3rem;
        width: auto;
    }

}