.chiffre-cles-wrapper {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-auto-rows: 1fr;
}

@media(max-width:575px) {
    .chiffre-cles-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.chiffre-cles {
    width: 96%;
    justify-self: center;
    padding: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: inline-grid;
    text-align: center;
    margin: 5px;
}

.chiffre-cles img {
    width: auto !important;
    height: 70px !important;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    display: block;
    margin: auto;
}

.chiffre-cles__nom {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

@media(min-width:768px) {
    .chiffre-cles__nom {
        font-size: 17px;
    }
}

.chiffre-cles__nom h4 {
    font-size: 19px;
    font-weight: 800;
}


/*@media(max-width:575px) {*/


/*    .chiffre-cles {*/


/*        width: 80%;*/


/*        margin-left: 10%;*/


/*    }*/


/*}*/