.n-footer {
    background-color: #002452;
    padding: 40px 0;
    margin-top: 40px;
}
.n-footer img {
    width: 80%;
}
.n-footer * {
    color: #ffffff;
    font-weight: 500;
}
.n-footer-logo {
    display: inline-block;
    width: 80%;
    margin-bottom: 20px;
}
.n-footer-logo img{
    width: 100%;
}
.n-footer h2, .n-footer h3 {
    margin: 0;
}
.n-footer-links a {
    display: block;
    margin-bottom: 12px;
}
.n-footer-links a:hover, .n-footer-link:hover {
    color: #fff;
    text-decoration: underline;
}
.n-footer-link {
    display: block;
    margin-bottom: 8px;
}
.n-footer-social {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5em;
    margin-top: 10px;
}
.n-footer-legal {
    background-color: #ffffff;
    border-image: linear-gradient(to right, #fabd0f 0%, #fabd0f 50%, #b90e31 50%, #b90e31 100%) 1;
    border-width: 12px;
    border-top-style: solid;
    padding: 40px 0;
}
.n-footer-legal a {
    color: #212121;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 979px) {
    .n-footer-link {
        font-size: .8em;
    }
}
@media (max-width: 767px) {
    .n-footer, .n-footer-legal {
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
    }
    .n-footer-logo {
        width: 60%;
    }
    .n-footer-social {
        margin-bottom: 20px;
    }
}