/* FOOTER */
        footer {
            /* background-image: url('/asset gambar header & footer/Footer.jpeg'); */
            background-image: linear-gradient(90deg, #13EC5B 0%, #607AFB 50%, #EA2831 100%) !important;
            background-color: transparent !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-image: none !important;
        background-color: #13EC5B !important;  */
        background-image: linear-gradient(90deg, #13EC5B 0%, #607AFB 50%, #EA2831 100%) !important;
        background-color: transparent !important;
    }
}