/* FOOTER */
        footer {
    background: var(--footer-background) !important;
    color: white;
    z-index: 1030;
    position: relative;
    height: auto;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

        @media (max-width: 991.98px) {
    footer {
        background: var(--footer-background) !important;
    }
}