.vc_wp_custommenu .menu li,
.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 (min-width: 992px) and (max-width: 1920px) {

    .vc_custom_heading.vw-fontsize .inner-wrapper {
        font-size: var(--vw-fontsize);
        display: block;
    }
}


@media screen and (max-width: 991px) {

    .vc_custom_heading .inner-wrapper {
        font-size: var(--mobile-fontsize);
        display: block;
    }

    .vc_rtl-columns-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}
