<style>

/* ===== HERO TITLE ===== */
.slider-area h1,
.hero-area h1,
.banner-area h1,
.header-slider h1,
section:first-of-type h1 {
    color: #ffffff !important;
    font-weight: 700 !important;
}
</style>

/* ===== HERO SUBTITLE ===== */
.slider-area p,
.hero-area p,
.banner-area p,
.header-slider p,
section:first-of-type p {
    color: rgba(255, 255, 255, 0.75) !important;
}