footer {
    background-color: #0d2e74;
    padding: 27px 0;
}

@media(max-width: 767px) {
    footer {
        padding-bottom: 30px;
    }
}

footer ul a {
    color: #5f78af;
}

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

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

footer li {
    margin-top: 18px;
}

@media(max-width: 767px) {
    .footer__logo {
        order: -1;
        width: 100%;
    }
    .footer__logo img {
        margin: 0 auto;
    }
    footer ul {
        justify-content: center;
        padding-left: 30px;
        padding-top: 25px;
    }
}

@media(max-width: 400px) {
    footer ul li {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}