@media (min-width: 1200px) {

    .sticky_anchor_links,
    .non_sticky_anchor_links {
        & li[data-active="true"] a {
            color: rgb(255, 255, 255) !important;
        }
    }
}