
footer {
    width: 100%;
    height: 140px;
    background-color: #e6e6e6;
    font-size: 11px;
    color: #244871;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a {
    font-size: 11px;
    color: #244871;
}

footer a:hover {
    padding: 0;
}

footer p {
    padding-top: 0;
    margin: 0;
}


#footer-container {
    width: 100%;
}

.footer-col > div {
    display: flex;
    flex-direction: column;
}

#footer-links {
    display: flex;
    justify-content: flex-end;
}

#footer-contact-container {
    display: flex;
    justify-content: center;
}


#footer-copyright-container img {
    width: 115px;
}

@media (max-width: 400px) {
    #footer-links {
        display: none;
    }
}

