.x13homecategories {
    padding: 40px 0 30px;
}

.x13homecategories .swiper-button-prev,
.x13homecategories .swiper-button-next {
    display: none !important;
}

.x13homecategories__item {
    padding: 20px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.x13homecategories__description a {
    font-size: 16px;
    font-weight: 600;
}

.x13homecategories__img {
    margin-bottom: 20px;
    overflow: hidden;
}

.x13homecategories__img img {
    width: 100px;
    transition: 250ms all ease-in-out;
}

.x13homecategories__img a:hover img {
    transform: scale(1.1);
}

@media (min-width: 1320px) {
    .x13homecategories .col-xxl-20 {
        flex: 0 0 calc(100% / 5);
        max-width: calc(100% / 5);
    }
}

@media (max-width: 991.98px) {
    .x13homecategories__list {
        display: block;
        margin: 0 -10px !important;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .x13homecategories__list {
        margin: 0 -10px !important;
    }

    .x13homecategories__list .swiper-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .x13homecategories__list .swiper-wrapper .swiper-slide {
        height: auto;
        width: unset !important;
    }
}

@media (min-width: 1320px) {
    .x13homecategories__item--bigger .x13homecategories__description a {
        font-size: 18px;
    }

    .x13homecategories__item--bigger .x13homecategories__img img {
        width: 150px;
    }
}