.titre-expertises {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.texte-expertises {
    display: inline-block;
}

img.icone-expertises {
    width: 100%;
}

.icone-bloc-expert {
    background-color: #FFF;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
}

.expertises.col-xs-12 {
    background-color: rgba(0,0,0, 0.3);
    padding: 20px;
    height: 130px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}