.bs-banner-dsg-v3 .bs-banner-title {
    display: none;
}

.bs-banner-dsg-v3 {
    margin-top: -146px !important;
}
    .bs-banner-dsg-v3 .bs-banner-item {
        background: #000000ba;
    }
    .bs-banner-dsg-v3 .bs-banner-text-outer {
        display: flex !important;
        width: 100%;
    }
        .bs-banner-dsg-v3 .bs-banner-text-outer .bs-banner-header-text {
            display: flex;
            color: #fff;
            text-align:center;
            justify-content: center;
            height: 130px;
            width: 100%;
            align-items: center;
            font-size: 22px;
            font-weight: 600;
        }

        .bs-banner-dsg-v3 .bs-banner-text-outer .bs-banner-header-text:after {
            display: flex;
            max-width: 100%;
            font-family: FontAwesome;
            content: "\f101";
            color: #000;
            font-size: 15px;
            color: var(--layoutcolor);
            position: absolute;
            bottom: 17px;
            border: 1.5px solid;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            align-items: center;
            justify-content: center;
        }


@media (max-width:1100px) {
    .bs-banner-dsg-v3 {
        margin-top: 8px !important;
    }
    .bs-banner-dsg-v3 {
        margin-top: 8px !important;
    }
}