.hero-header {
    background-image: url('../images/backgrounds/b2.jpg'); 
    background-size: cover; 
    background-position: center; 
    padding: 120px 20px; 
    color: white; 
    text-align: center; 
    position: relative;
    margin: 20px, 20px;
} 

.hero-content { 
    max-width: 800px; 
    margin: auto; 
} 

.hero-content h1 { 
    font-size: 48px; 
    font-weight: 700; 
    margin-bottom: 10px; 
} 

.hero-content p { 
    font-size: 16px; 
    color: #333; 
    margin-bottom: 30px;
}
