.cb-hero-fullpage.cb-hero-right h1,
.cb-hero-fullpage.cb-hero-left h1,
.cb-hero-fullpage.cb-hero-right h2,
.cb-hero-fullpage.cb-hero-left h2,
.cb-hero-fullpage.cb-hero-right p,
.cb-hero-fullpage.cb-hero-left p {
    color: #4c4b4a;
}
.cb-hero-fullpage.cb-hero-right .cb-hero-cta li:nth-child(2) .btn,
.cb-hero-fullpage.cb-hero-left .cb-hero-cta li:nth-child(2) .btn {
    color: #4c4b4a;
}

@media (max-width: 767px) {
    .cb-hero-fullpage.cb-hero-center h1,
    .cb-hero-fullpage.cb-hero-center h2,
    .cb-hero-fullpage.cb-hero-center p,
    .cb-hero-fullpage.cb-hero-center .cb-hero-cta li:nth-child(2) .btn {
        color: #4c4b4a;
    }
}