.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../img/privacy-policy.jpg");
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}


.privacy-policy-section h2, .privacy-policy-section h4, .terms-conditions-section h2, .terms-conditions-section h4 {
    color: var(--text-dark);
    font-weight: 700;
}