.menu-navigation-wrapper > a:nth-child(6) span{
    color: green;
}

@media (max-width: 749px){
    .mega-menu-content > div .menu-sub-title:last-child{
        color: green;
    }
}