
.footer-menu {
    margin-top: 10px;
    margin-bottom: 4px;
}

.site-footer__menu li a {
    transition: all .2s ease-in-out;
}

.site-footer__menu li a:hover {
    color:rgb(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1599px) {
    .footer-menu {
        margin-top: 20px;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-menu {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 959px) {

}

@media only screen and (max-width: 767px) {
    .footer-menu {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 574px) {
    .footer-menu {
        margin-bottom: 30px;
    }
}