
    .text-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    }
    .ds-faq-controls {
        overflow: scroll;
    }
    .image-block img{
        width: 100%;
    }
    .same_image{
        width: 100%;
    }

 [data-bs-theme=dark] #pills-tab a.active span {
        color: #000000;
    }
 [data-bs-theme=dark] #pills-tab a span {
        color: #ffffff;
    }
    .dd-hero-content h5 {
        color: #fff !important;
    }









