.products-swiper .product-swiper-title{
    color: var(--bs-body-color);
}

@media (max-width: 992px) {
    .products-swiper .swiper-slide{
        width:220px;
    }
}

.text-bg-primary .products-swiper .product-swiper-title{
    color: #ffffff;
}
