.projects-section__title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: -1.5rem;
}

@media (max-width: 768px) {
    .projects-section__title {
        font-size: clamp(1.4rem, 7vw, 1.85rem);
        line-height: 1.12;
        margin-bottom: 1rem;
    }

    .service-projects .projects-section__intro {
        display: none;
    }
    
    .service-projects .projects-columns {
        margin-top: 2rem;
    }
}