
.category-image {
    
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;


  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  padding-top: 50px;
  padding-bottom: 50px;
}

.category-text {
 
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translate(-20%, -50%);
  color: #ffffff;

  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bone {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/bone-health.webp");
}

.beauty {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/biona-beauty.webp");

}
.digestive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/digestive-health.webp");
}

.eye {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/eye-health.webp");
}
.heart {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/heart-health.webp");

}  
.joint {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/joint-health.webp");
}
.life  {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/life-style.webp");

}
.liver {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/liver-health.webp");

}
.mental {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/mental-health.webp");

}
.nerve {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/nerve-health.webp");

}
.vigor {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/vigour-vitality.webp");
}
.sexual {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/sexual-health.webp");
}

.women {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/algeria/categories/women-health.webp");
}

@media only screen and (max-width: 600px) {
  .category-text {
    transform: translate(-10%, -50%);
  }
}