.categories-carousel-qd-v1 ul{
    @media (max-width: 1024px) {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}