.policy-content h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0c1a2b;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e1e8ed;
}

.policy-content h2:first-of-type {
    margin-top: 1.5rem;
}

.policy-content p {
    font-size: 0.9375rem;
    color: #243b53;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.policy-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #243b53;
    font-size: 0.9375rem;
    line-height: 1.8;
}

.policy-content li {
    margin-bottom: 0.5rem;
}