.marquee {
    color: var(--primary);
    font-size: 7.11rem;
    font-weight: 500;
}
        
        
@media (max-width:1024px) {
    .marquee {
        font-size: 5rem;
    }
}