.review-citation-section{
    height: max-content; /* La section prend toute la hauteur de la fenêtre */
    background-image: url("../../../images/backgrounds/bg-soins-section.webp"); /* Remplacez par le chemin de votre image */
    background-size: cover; /* L'image couvre tout l'espace disponible */
    background-position: center; /* Centrer l'image */
    background-attachment: fixed; /* Fixe l'image pour suivre le scroll */
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 0rem;
    text-align: center;

}

.review-citation-section h2{
    color: var(--primary-color);
    font-size: 32px;
    max-width: 1140px;
    margin: 0;
}

.review-citation-section p{
    margin: 0.5rem;
}

.review-citation-section strong{
    margin: 0.5rem 0.5rem;
}