body .footer {
    width: 100%;
    background-color: #106CBA;
    color: #fff;
    height: 280px;
    height: -moz-fit-content;
    /* height: fit-content; */
    padding: 32px 0px 48px 0px;
    position: relative;
}
body .footer a {
    color: #fff;
}
body .footer .container {
    /* max-width: 1280px; */
    max-width: 1920px;
    margin: 0 auto;
}