.feature-hero {
background: linear-gradient(rgba(0,40,86,0.65), rgba(0,40,86,0.65)), url('/path/to/hero-image.jpg') center/cover no-repeat;
color: white;
padding: 4rem 2rem;
text-align: center;
border-radius: 8px;
margin-bottom: 2rem;
}
.feature-hero h1...
News
September 14, 2026
.feature-hero {
background: linear-gradient(rgba(0,40,86,0.65), rgba(0,40,86,0.65)), url('/path/to/hero-image.jpg') center/cover no-repeat;
color: white;
padding: 4rem 2rem;
text-align: center;
border-radius: 8px;
margin-bottom: 2rem;
}
.feature-hero h1...



