.card-block-one .inner-box {
    position: relative;
    display: block;
    padding: 20px 30px 40px 30px;
    z-index: 1;
    margin-bottom: 30px;
}

.card-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    padding: 20px;
}

.banner-carousel .slide-item:before {
    background: unset !important;
}

.banner-style-three .banner-carousel .slide-item:before {
    background: unset !important;
}

@media only screen and (max-width: 767px) {
    .card-block-one .inner-box .lower-content h3 {
        font-size: 13px;
    }

    /* .banner-carousel .slide-item:before {
        background: unset !important;
    }

    .banner-style-three .banner-carousel .slide-item:before {
        background: unset !important;
    } */
}