.newsticker {
    width: 100%;
    overflow: hidden;
    padding: .6rem 1.6rem;
    border-radius: 0.4rem;
}

.newsticker.bg-secondary,
.newsticker.bg-fifth,
.newsticker.bg-fourth {
    color: white
}

.newsticker a {
    color: #222;
}

.newsticker a:before {
    content: "";
    background-color: #222;
    mask-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7188 22.6795L10.1957 21.1564L16.3832 14.9689L10.1957 8.7814L11.7188 7.2583L19.4294 14.9689L11.7188 22.6795Z" fill="currentColor"/></svg> ');
    width: 30px;
    height: 35px;
    margin-right: 3px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

.newsticker a:hover:before {
    background-color: #222;
}

@media (max-width: 991.98px) {
    .newsticker a::before {
        margin-right: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

.newsticker.bg-secondary a,
.newsticker.bg-fifth a,
.newsticker.bg-fourth a {
    color: white !important;
}

.newsticker.bg-secondary a:before,
.newsticker.bg-fifth a:before,
.newsticker.bg-fourth a:before {
    background-color: #fff !important;
}

.newsticker .js-marquee {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newsticker .newsticker__entry {
    font-weight: 600;
}

.newsticker .newsticker__entry:nth-of-type(2n) {
    margin-left: 300px;
}