.text-light p {
    color: #fff !important;
}

.text-dark p {
    color: var(--dark) !important;
}

.text-4-5 p {
    font-size: 1.35em !important;
}

.text-4 p {
    font-size: 1.2em !important;
}

.text-grey p,
.text-color-grey p {
    color: var(--grey) !important;
}

.text-3-4 p,
.text-3-5 p {
    font-size: 1.1em !important;
}

#header .header-nav-main.header-nav-main-text-size-4 nav>ul>li>a.nav-link-custom-1.active span {
    color: var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
    cursor: pointer;
}