/* Enforcing White Title Override */
h1.hero-title,
.hero-title {
    background: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5) !important;
    background-image: none !important;
}