.marquee-free {
    position: relative;
    overflow: hidden;
    margin: 8px 0 16px;
    margin-top: -30px;
}

.marquee-free-inner {
    display: inline-block;
    white-space: nowrap;
    animation: free-scroll 45s linear infinite;
    animation-delay: -8s;
}

.marquee-free-inner:hover {
    animation-play-state: paused;
}

.marquee-free-inner span {
    padding-right: 0rem;
    font-size: 20px;
    text-shadow: 0 0 4px rgba(25, 12, 12, 0.7);
    color: rgba(238, 224, 219, 0.95);
}