/**
 * Valeurs Section Styles
 */

.valeurs-section {
    padding: 96px 0 48px 0;
    background-color: white;
}

.valeurs-section__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
