.hero-section-d4606670 {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60vh;
}
.hero-overlay-d4606670 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}
.hero-content-d4606670 {
    position: relative;
    z-index: 2;
    padding: 20px;
}
.hero-heading-d4606670 {
    color: #ffffff;
    margin: 0;
    font-size: 3rem;
}
