.s-block__title, .s-block__title *{ 
  
 margin-bottom: 10px !important;
text-align: center !important; 
 justify-content: center !important; 
padding-bottom: 3px !important;} 
.announcement-bar,
.top-bar,
.salla-announcement {
    overflow: hidden;
    white-space: nowrap;
}

.announcement-bar p,
.top-bar p,
.salla-announcement p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

.marquee-bar{
    width:100%;
    height:42px;
    background:#8B0000;
    color:#fff;
    overflow:hidden;
    display:flex;
    align-items:center;
    direction:rtl;
    position:relative;
    z-index:9999;
    box-shadow:0 2px 6px rgba(0,0,0,.15);
}

.marquee-track{
    display:flex;
    white-space:nowrap;
    animation:marquee 18s linear infinite;
}

.marquee-track span{
    padding-inline:80px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.3px;
}

@keyframes marquee{
    from{
        transform:translateX(100%);
    }
    to{
        transform:translateX(-100%);
    }
}

.marquee-bar:hover .marquee-track{
    animation-play-state:paused;
}

.marquee-track{
    display:flex;
    white-space:nowrap;
    animation:marquee 18s linear infinite;
}

.marquee-track span{
    padding-inline:80px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.3px;
}

@keyframes marquee{
    from{
        transform:translateX(100%);
    }
    to{
        transform:translateX(-100%);
    }
}

.marquee-bar:hover .marquee-track{
    animation-play-state:paused;
}