#footer {
    margin-top: 0;
    background: #002408;
    border-top: 4px solid #002408;
}
.footer-links {
    display: flex;
    align-items: end;
    margin-bottom: 0;
    color: white;
}
.footer-links a {
    color: white!important;
    font-size: 16px!important;
}
.copyrights {
    color: white!important;
    font-size: 15px!important;
}
.footer-logo {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .footer-links a {
        font-size: 14px!important;
    }
}
@media screen and (max-width: 768px) {
    .footer-logo {
        display: none;
    }
    .footer-links {
        margin-top: 20px;
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .footer-logo {
        width: 260px;
        display: block;
        margin: auto;
    }
    .footer-links {
        display: block;
        text-align: center;
    }
}
