.texte-icon-content{
    min-width: 33%;
    padding: 0 15px 30px;
}
@media only screen and (min-width: 992px) {
    .texte-icon-content{
        border-right: 1px solid rgba(128, 128, 128, 0.19);
    }
    .texte-icon .row .texte-icon-content:last-child,
    .texte-icon .row .texte-icon-content:nth-child(3n){
        border-right: none;
    }
}
.texte-icon-content .content-icon{
    width: 45px;
    height: 45px;
    border: 1px solid var(--main-color);
    color: white;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s;
    margin-bottom: 16px;
    background: var(--main-color);
}
.texte-icon-content:hover .content-icon{
    background: white;
    color: var(--main-color);;
}
.texte-icon-content .content-title{
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--main-color);
    letter-spacing: 1px;
}
.texte-icon-content .content-text{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}
