@media (max-width: 767.98px) {
    .mobile-bottom-space{
        padding-top: 0 !important;
    }


    .faded-text {
        display: none !important;
    }

    .hide-on-mobile {
        display: none !important;
    }


    /* .banner-text-col {
        background-image: url('{{ $banner->banner_image_1 }}');
        background-size: cover;
        background-position: center;
        padding: 30px 20px;
        border-radius: 10px;
        color: white;
    } */

    .content-wrapper {
        top: 0 !important;
    }

    .banner-cta-title {
        color: #000 !important;
        margin-top: 200px;
    }
    .banner-cta-btn {
        background-color: #000 !important;
        color: #fff !important;
        border: none;
    }
    .banner-cta-btn2 {
        background-color: transparent !important;
        border: 1px solid #000 !important;
        color: #000 !important;
        /* text-decoration: underline; */
    }
    .banner-cta-btn2:hover {
        background-color: #000 !important; /* black background */
        border-color: #fff !important;     /* white border */
        color: #fff !important;            /* white text */
        text-decoration: none;             /* remove underline on hover for better look */
    }

    .banner-cta-btn.btn-outline-dark {
        border-color: white;
        color: white;
    }

    .banner-cta-btn.btn-outline-dark:hover {
        background-color: white;
        color: black;
    }
}