.health-header{
    background: linear-gradient(to right bottom, #f9f9f9, #d4bda5); 
    display: flex;
    background-color: var(--black);
    color: #fff;
    height: 50vh;
    margin-top: -5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
}
.health_header_text{
    flex:1;
    margin-top:25vh;
    margin-left: 25vh;
    color:#5d4b47;
}
.health_header_right {
    flex:1;
    margin-top:25vh;
}
.health-header-image{
    width:25vh;
}

.health-header_alt {
    opacity:0.8;
    background: linear-gradient(to right bottom, #f9f9f9, #d4bda5); /* Soft gradient for a clean look */
    /*background: url('/images/health_header.png') center center / cover no-repeat; */
    padding: 40px 20p 80x;
    text-align: center;
    color: #4b2a2a; /* Soft, muted tone matching the main website */
}
/* Header Styling */
.health-header_alt {
    background: linear-gradient(to bottom, #dff9f3, #b2e5db); /* Soothing green tones for health */
    text-align: center;
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
}
.health-header .header-content h1 {
    color: #5d4b47;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Cursive', sans-serif;
    margin-bottom: 10px;
}


.health-header .header-content p {
    font-family: 'Sans-serif', Arial;
    font-size: 1.2rem;
    color: #7b5d5d; /* Lighter complementary tone */
}


