@media (max-width: 767px) {
    /* Setzt alle h3-Überschriften mobil auf 20px */
    h3, 
    .h3,
    .vc_tta-panel-title h3,
    .vc_tta-panel-title h3 a {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}