@media (min-width:979px) {
    #logo img {
        max-height: 70px!important;
        max-width: 150px!important;
    }
}

#links_footer_1 {
    
    #links_footer_1_header {
        
        img {
            max-width:200px;
        }    
    }
}

#links_footer_4 {
    
    #links_footer_4_content {
        
        a {
            border:1px solid #fff;
            padding: 20px 10px;
            margin-bottom:3rem;
            text-align:center;
            text-transform:uppercase;
            font-size:1.6rem;
            font-weight:500;
        }    
    }
}