/* Marge gauche section 3-confirmations */ 
.about .features {
    padding-left: 20px!important;
  }

/* Gestion mode responsive section 3-confirmations [ORDINATEUR] */ 
.owl-item.active {
    width: 28vw!important;
}

/* Gestion mode responsive section 3-confirmations [TABLETTE] */ 
@media screen and (max-width: 1250px) {
    .owl-item.active {
        width: 41vw!important;
    }
}

/* Gestion mode responsive section 3-confirmations [MOBILE] */ 
@media screen and (max-width: 767px) {
    .owl-item.active {
        width: 94vw!important;
    }
}