.site-team-hero-section {
    background-color: #f8f9fa;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-team-hero-content {
    text-align: center;
    padding: 0 1rem;
}

.site-team-hero-text {
    font-size: 1.25rem;
    color: #6c757d;
} 