@media (max-width: 640px) {
    .casex-title h1 {
        max-width: 100%;
        font-size: clamp(2.5rem, 10.5vw, 4.2rem);
        overflow-wrap: anywhere;
    }
}
