#policy-content {
    margin-top: 75px;
}

.header-box {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#privacy-header {
    background-image: url("/assets/img/policy/privacy-policy.jpg");
}

#terms-header {
    background-image: url("/assets/img/policy/terms-and-conditions.jpg");
}

#disclaimer-header {
    background-image: url("/assets/img/policy/disclaimer.jpg");
}

.header-box h2 {
    color: white;
}

#policy-content .container {
    background-color: var(--background-secondary-color);
    border-radius: 20px;
}

.container h2 {font-size: 1.5rem; margin-top: 20px;}
