.scrolling-txt {
    overflow: hidden;
}

.scrolling-txt--container {
    white-space: nowrap;
    position: relative;
}

.scrolling-txt .marquee {
    font-size: 0;
    white-space: nowrap;
}

.scrolling-txt span {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 400;
    margin-right: 40px;
    font-family: var(--aileron);
    background: linear-gradient(90deg, #009CDE 0.1%, #0057B8 99.88%);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 992px) {
    .scrolling-txt span {
        font-size: 7rem;
    }
}