.index-statistics__item-wrapper_popular{
    max-width: 20% !important;
    flex: 0 0 20% !important;
    height: 100px !important;
}

@media (max-width: 992px) {
     #popular-services-slider {
        display: block;
     }
     #popular-services-slider .slick-track {
        width: 100% !important;
        display: flex !important;
    }
    #popular-services-slider  .index-statistics__item-wrapper_popular{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .index-statistics__item-wrapper_popular{
        height: 300px !important;
    }
}