footer .footer-bottom {
    background: #545456;
}

footer .footer-bottom h4, footer .footer-bottom a {
    font-size: 16px;
}

footer .footer-bottom p, footer .footer-bottom a {
    color: #fff;
}

.contact-divider {
    border-bottom: 3px solid #BFD730;
    padding-top: 12px;
    width: 50px;
}

.footer-info-wrap {
    padding-top: 15px;
    display: flex;
}

.footer-info {
    width: 220px;
    margin-right: 100px;
}

.footer-info:last-child {
    margin-right: 0;
}

.footer-logo {
    margin-top: -60px;
}

.footer-logo img {
    width: 200px;
}

@media screen and (max-width: 1200px) {
    .footer-info-wrap {
        padding-top: 0;
        display: block;
    }

    .footer-info {
        width: auto;
        margin-right: auto;
        padding-top: 20px;
    }

    .footer-logo {
        margin-top: 25px;
    }

    .footer-logo img {
        width: 150px;
    }
}

@media screen and (max-width: 600px) {
    footer .footer-bottom .container {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
