.announcementTicker {
    width: 100%;
    height: 32px;
    overflow: hidden
}

.announcementTicker .cssmarquee {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
    height: 32px
}

.announcementTicker span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0 7rem
}

.ticker__text {
    background-color: #f9f9f9
}

.ticker__text span {
    text-align: center;
    color: #fff;
    font-size: 11px
}

@media (max-width:749px) {
    .announcementTicker .cssmarquee span {
        font-size: 12px;
        padding: 0 5rem
    }
}