.policy-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 50px;
    max-width: 900px;
    margin: auto;
}
.policy-container h1 {
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}
.policy-container h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5cb85c;
    margin-top: 40px;
    margin-bottom: 15px;
}
.policy-container p, .policy-container li {
    line-height: 1.8;
    color: #555;
    font-size: 1rem;
}
