.section-avantages-clients {
    background-color: #F5F7FF;
}

.section-avantages-clients>.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-avantages-clients__cards {
    display: flex;
    padding: 48px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media all and (max-width:1218px) {
    .section-avantages-clients__cards {
        justify-content: center;
    }
}