footer {
    background: linear-gradient(90deg, #FFFFFF 25%, #000000 25%);
}

@media screen and (max-width: 992px) {
    footer {
        background: linear-gradient(180deg, #FFFFFF 35%, #000000 35%);
    }
}

.footer-logo-col {
    background-color: white;
}