@media (max-width: 768px) {
    div#topBar.headertopBar div.holderMobile > span {
        color: #fff;
        font-weight: 600;
    }

    div#topBar.headertopBar div.holderMobile {
        display: block !important;
    }

    div#topBar.headertopBar div.holder {
        display: none !important;
    }
    
    .banner-promotions .splide__slide .slide-promotion b {
        margin-bottom: 10px;
        line-height: normal;
    }

    .text-info {
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .background-second {
        background-position-y: 0px;
    }
}

