.scrolling-text-content {
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-text-stroke: 1px black;
    color: white;
    min-width: unset !important;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.scrolling-text-content > span {
    width: fit-content;
    position: absolute;
    left: 0;
    white-space: nowrap;
}