/* custom_style.css */
.hero-header .text-primary {
    color: #0c0c0c !important; /* Replace #0c0c0c with your desired color */
}

.hero-header .text-secondary {
    color: #e19704 !important; 
}

