#link-mobile{
    pointer-events: none;
}
@media (max-width: 768px) {
    .text-info {
        font-size: 12px !important;
    }
    .banner-promotions .splide__slide .slide-promotion b {
        margin-bottom: 10px;
        line-height: normal;
    }
}
@media (max-width: 576px) {
    #link-mobile{
        pointer-events: initial;
    }
    .background-second {
        background-position-y: 0px;
    }
}