body {
    background-color: #f4f4f4;
}
.policy-container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-top: 40px;
    margin-bottom: 40px;
}
.policy-container h2 {
    border-bottom: 2px solid #007bff; /* Color azul de ejemplo */
    padding-bottom: 10px;
    margin-top: 20px;
}
.policy-container h3 {
    margin-top: 15px;
    color: #333;
}
