/* Announcements Hero Section */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1549449080-60586e3f43b6') no-repeat center center/cover;
    color: var(--light-color);
    padding: 100px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 20px;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}