
.category-specials-three-item {
    background: url("./../../../assets/images/new-two/bg-03.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    padding: 12px;
  }
  
  .category-specials-three-item img {
    width: 101px;
    height: 101px;
  }
  
  .category-specials-three-item .title {
    margin-top: 12px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  
  .category-specials-three-item .title strong {
    font-weight: 900;
  }
  
  .swiper-slide:nth-child(even) .category-specials-three-item {
    background-image: url("./../../../assets/images/new-two/bg-04.png");
  }
  