/* CTA Text Size Adjustment */
.mxd-cta__title h2 {
    font-size: clamp(2rem, 3.5vw, 2.5rem) !important;
    line-height: 1.3 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mxd-cta__title h2 {
        font-size: clamp(1.6rem, 4vw, 2rem) !important;
    }
}

@media (max-width: 480px) {
    .mxd-cta__title h2 {
        font-size: 1.4rem !important;
    }
}
