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

.disko-component-offre h3.h4-banner {
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .disko-component-offre .infos-list.col-4 {
        max-width: 100%;
    }
    .disko-component-offre .infos-item {
    width: 19%;
    }
    
    .disko-component-offre .container {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}



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

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