.disko-component-petit-changement .infos-list.col-4 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .disko-component-petit-changement .infos-list.col-4 {
        max-width: 100%;
    }
    .disko-component-petit-changement .infos-item {
    width: 19%;
    }
}

@media (max-width: 767px) {
    .disko-component-petit-changement .infos-item {
        width: 46%;
    }
    
    .disko-component-petit-changement  .h4-banner {
        line-height: 18px;
    }
    
    .disko-component-petit-changement .infos-list {
        margin-top: 20px;
    }
}

@media (min-width: 1025px) {
    
    .disko-component-petit-changement h2,
    .disko-component-petit-changement .infos-item{
    opacity: 0;
    }
    
    .disko-component-petit-changement.visible h2 {
    animation: slideUp 600ms ease both;
    }
    
    .disko-component-petit-changement.visible .infos-item:nth-child(1) {
        animation: slideUp 600ms 450ms ease both;
    }
    
    .disko-component-petit-changement.visible .infos-item:nth-child(2) {
        animation: slideUp 600ms 650ms ease both;
    }
    .disko-component-petit-changement.visible .infos-item:nth-child(3) {
        animation: slideUp 600ms 850ms ease both;
    }
    .disko-component-petit-changement.visible .infos-item:nth-child(4) {
        animation: slideUp 600ms 1050ms ease both;
    }
    .disko-component-petit-changement.visible .infos-item:nth-child(5) {
        animation: slideUp 600ms 1250ms ease both;
    }
}