
.categories-products-three .row {
    gap: 32px 0;
  }
  
  .categories-products-three-item {
    padding: 49px 24px 37px 116px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #f8eaff;
    margin-top: 43px;
  }
  
  .categories-products-three-item::before {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: -webkit-linear-gradient(25.68deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
    background: -moz-linear-gradient(25.68deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
    background: -o-linear-gradient(25.68deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
    background: linear-gradient(64.32deg, #e7e7e7 -7.21%, rgba(231, 231, 231, 0) 85.16%) border-box;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  
  .categories-products-three-item .title {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 900;
  }
  
  .categories-products-three-item img {
    width: 99px !important;
    height: 171px !important;
    bottom: 6px;
    left: 9px;
  }
  
  .categories-products-three .swiper-slide.two {
    margin-top: 114px !important;
  }
  
  @media only screen and (max-width: 767px) {
    .categories-products-three .swiper-slide.two {
        margin-top: 64px !important;
    }
  }
  
  .categories-products-three .swiper-categories-products-three-pagination .swiper-pagination-bullet,
  .categories-products-three .swiper .swiper-pagination-bullet {
    width: 17px;
    height: 2px;
    background-color: rgba(18, 18, 18, 0.15);
  }
  
  .categories-products-three .swiper-categories-products-three-pagination .swiper-pagination-bullet-active,
  .categories-products-three .swiper .swiper-pagination-bullet-active {
    background-color: rgba(18, 18, 18, 0.4);
  }
  