.policy-content {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #fff;
}

.policy-content h1 {
    font-family: 'Shrikhand', cursive;
    text-align: center;
    margin-bottom: 40px;
}

.policy-content h2 {
    font-family: 'Shrikhand', cursive;
    margin-top: 30px;
    color: #000;
    border-bottom: 2px solid #FCF2E0;
    padding-bottom: 10px;
}

.policy-content h3 {
    margin-top: 20px;
    color: #333;
}

.policy-content p {
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .policy-content {
        margin: 20px 10px;
        /* Marges réduites sur les côtés */
        padding: 15px;
    }

    .policy-content h1 {
        font-size: 28px;
    }
}