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

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

.custom-empty-space {
    display: block;
    width: 100%;
    height: var(--mobile-height);
    max-height: var(--max-height);
}

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

@media screen and (min-width: 769px) {

    .custom-empty-space {
        height: var(--height);
    }
}