.blog-text img {
    object-fit: contain;
    height: auto;
}

@media (max-width: 576px) {
    .tp-category-swiper .swiper-slide {
        width: calc(32% - 10px) !important;
    }

    .tp-product-category-item {
        width: 100%;
    }

    .tp-product-category-thumb a {
        width: 100%;
        padding: 0;
    }
}