.bs-banner-dsg-v6 {
    padding: 56px 0;
    margin-left: -8px;
}
        .bs-banner-dsg-v6 .bs-banner-text-outer {
        display: flex !important;
        width: 100%;
        justify-content: center;
        order: 2;
        background: #c9c9c9;
        z-index: 1;
    }

    .bs-banner-dsg-v6 .bs-banner-outer {
        display: flex;
        -ms-flex: 0 0 calc(25% - 0px) !important;
        flex: 0 0 calc(25% - 0px) !important;
        max-width: calc(25% - 0px) !important;
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
        align-items: flex-end;
        background: #c9c9c9;
    }
    
        .bs-banner-dsg-v6 .bs-banner-outer .bs-banner-alternate-text {
            width: 100%;
            height: 40px;
            align-items: center;
            display: flex;
            justify-content: center;
            color: #fff;
            font-size: inherit;
            text-transform: uppercase;
            background: #00000091;
            margin-top: 0;
        }
