footer {
    padding: 60px 0;
}

@media(max-width: 991px) {
    footer {
        padding: 45px 0;
    }
}

footer ul a {
    color: #555c6e;
}

footer ul a:hover {
    color: #e0a404;
}

footer ul li {
    margin-top: 17px;
}

@media(max-width: 991px) {
    footer ul li:last-child {
        margin-right: 0;
    }   
}

footer ul {
    margin-top: -17px;
}

@media(max-width: 1370px) {
    .footer-menu {
        padding-top: 32px;
    }
}

footer .site-title-block p {
    color: #555c6e;
}

footer .divider {
    border-color: #555c6e;
}

@media(max-width: 1370px) {
    .footer-menu, footer .site-title-block {
        width: 100%;
        justify-content: center;
    }
}

.social svg {
    height: 28px;
    fill: #555c6e;
    transition: .3s;
}

.social a:hover svg {
    fill: #e0a404;
    transition: .3s;
}

@media(max-width: 991px) {
    .social {
        width: 100%;
        justify-content: center;
        margin-top: 25px;
    }
    .footer-menu ul {
        width: 100%;
        justify-content: center;
    }
}