.chiffresCle {
    margin-top: 60px;
    margin-bottom: 80px;
}

.chiffresCle h2 {
    margin: 0 auto;
    font-family: "Mitr Bold", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: var(--dark-blue);
    text-align: center;
}

.chiffresCle .block-images-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}
.chiffresCle .block-images-wrapper .fixed-image {
    margin: 0 auto;
    width: 217px;
    height: auto;
}

.chiffresCle .sliding-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 48rem) {
    .chiffresCle {
        margin-top: 100px;
    }
    .chiffresCle .block-images-wrapper {
        flex-direction: row;
    }
    .chiffresCle .sliding-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 780px;
}


 }
 @media screen and (min-width: 64rem) {

 }