#marche {
    background-color: #eeeeee;
    padding: 35px 0;
}

#marche h2 {
    color: #126FA7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.07px;
    line-height: 43px;
    text-align: center;
}

#marche .marche-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#marche img.img-1 {
    margin-left: 10px;
}

#marche img.img-4 {
    margin-left: 30px;
}

#marche img {
    width: 45px;
    height: 45px;
    margin-left: 20px;
}

#marche .number {
    opacity: 0.15;
    color: #126FA7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: -0.16px;
    position: absolute;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

#marche h3 {
    color: #252525;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.04px;
    max-width: 100px;
    margin-top: 10px;
}

@media (min-width: 576px) {}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #marche .marche-container {
        justify-content: space-around;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* // X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #marche h3 {
        max-width: 160px;
    }
    #marche img {
        margin-left: 25px;
    }
}


/* // XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {}