@media (max-width: 767px) {
    /* Reduce heading sizes */
    h1, h1.elementor-heading-title { font-size: 2rem !important; line-height: 1.2 !important; }
    h2, h2.elementor-heading-title { font-size: 1.75rem !important; line-height: 1.25 !important; }
    h3, h3.elementor-heading-title { font-size: 1.5rem !important; line-height: 1.3 !important; }
    h4, h4.elementor-heading-title { font-size: 1.25rem !important; line-height: 1.4 !important; }
    h5, h5.elementor-heading-title { font-size: 1.1rem !important; line-height: 1.4 !important; }
    h6, h6.elementor-heading-title { font-size: 1rem !important; line-height: 1.5 !important; }

    /* Stack flexbox columns */
    e-flexbox, .e-flexbox, .elementor-container, .e-con {
        flex-direction: column !important;
    }
    
    /* Adjust padding on mobile for breathing room */
    section, .elementor-section, e-flexbox {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
