footer {
    background-color: #d3dadf;
    display: flex;
    flex-direction: column;

}

footer > div {
    align-items: center;
    height: 100px;
    max-width: 1500px !important;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 900px) {
    #menu-header-2, #menu-header-1  {
        flex-direction: column;
        margin-left: 50px;
    }
    footer {
        height: auto !important;
    }
    footer > div {
        height: auto;
    }
}
