      @media (max-width: 768px) {
            #bottom_footer_custom {
                display: flex !important;
                flex-direction: column !important;
                gap: 20px !important;
                text-align: center !important;
            }
            #bottom_footer_custom > div {
                justify-content: center !important;
                text-align: center !important;
            }
        }