
.best-category-four-item {
    padding: 7px 5px 6px 0;
  }
  
  .best-category-four-item.two {
    margin-top: 100px;
  }
  
  .best-category-four-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.5px dashed rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 8px 8px 0;
    -moz-border-radius: 8px 8px 0;
    border-radius: 8px 8px 0;
    z-index: -3;
  }
  
  .best-category-four-item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    z-index: -2;
  }
  
  .best-category-four-item .image {
    background: url("./../../../assets/images/new-two/image-04.png"), radial-gradient(120.81% 181.21% at 51.73% -20.2%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -webkit-gradient(linear, left bottom, left top, from(#abb8c3), to(#abb8c3)), url("./../../../assets/images/new-two/image-05.png");
    background: url("./../../../assets/images/new-two/image-04.png"), -webkit-radial-gradient(51.73% -20.2%, 120.81% 181.21%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -webkit-linear-gradient(bottom, #abb8c3, #abb8c3), url("./../../../assets/images/new-two/image-05.png");
    background: url("./../../../assets/images/new-two/image-04.png"), -moz-radial-gradient(51.73% -20.2%, 120.81% 181.21%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -moz-linear-gradient(bottom, #abb8c3, #abb8c3), url("./../../../assets/images/new-two/image-05.png");
    background: url("./../../../assets/images/new-two/image-04.png"), -o-radial-gradient(51.73% -20.2%, 120.81% 181.21%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), -o-linear-gradient(bottom, #abb8c3, #abb8c3), url("./../../../assets/images/new-two/image-05.png");
    background: url("./../../../assets/images/new-two/image-04.png"), radial-gradient(120.81% 181.21% at 51.73% -20.2%, #f6f7ff 0%, #eceef7 21%, #d1d7e3 57%, #999ca8 89%), linear-gradient(0deg, #abb8c3, #abb8c3), url("./../../../assets/images/new-two/image-05.png");
    width: 126px;
    height: 53px;
    -webkit-border-radius: 8px 8px 0;
    -moz-border-radius: 8px 8px 0;
    border-radius: 8px 8px 0;
  }
  
  .best-category-four-item .image img {
    bottom: 1px;
    width: 107px;
    height: 107px;
  }
  
  .best-category-four-item .detail {
    margin-right: 22px;
  }
  
  .best-category-four-item .detail .title {
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    color: #000;
    margin-bottom: 5px;
  }
  
  .best-category-four-item .detail .title-en {
    font-size: 14px;
    line-height: 22px;
    color: #494949;
    font-weight: 400;
    direction: ltr;
  }
  
  .best-category-four .swiper {
    padding-top: 48px;
  }
  
  @media only screen and (max-width: 1199px) {
    .best-category-four-item .detail {
        margin-right: 12px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .best-category-four .swiper {
        overflow: visible !important;
    }
  }
  