#sliding-text {
    color: #F6F6F6;
    font-size: 135.724px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    width: fit-content;
}

#sliding-text span > span{
    margin: 0 20vw 0 0;
}