.row.site-footer{
    
    .footer-logo-section{
        .footer-logo-wrapper{
            height: 108px;
            img{
                height: 108px;
                width: auto;

            }
        }
    }
    .footer-menu-wrapper{
        .menu{
            max-width: 1076px;
            margin-inline: auto;
        }
        ul li a{
            font-size: 15px;
        }
        ul li a:hover{
            color: white;
            text-decoration: underline;
            /* Brutti, ma servono per impedire che scali il testo*/
            transform: scale(1);
            -webkit-transform: scale(1); 
        }
    }
    
    .footer-main-logo-wrapper{
        max-width: 132px;
        max-height: 74px;
        padding-top: 43px;
    }
    .last-line-footer{
        .footer-info-text{
            font-size: 10px;
        }
        .social-img-wrapper {
            right: -50px;
            img{
            max-width: 27px;
            max-height: 27px;
            }
        }
    }
}