.vc_wp_custommenu .menu a {
    color: var(--text-color) !important;
}

.vc_wp_custommenu .menu a:hover {
    color: var(--text-hover-color) !important;
}


@media screen and (max-width: 768px) {
    
    .vc_custom_heading .inner-wrapper {
        font-size: var(--mobile-fontsize);
        display: block;
    }
    
    .vc_rtl-columns-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}