
.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/azerbaijan/categories/bone-health.webp");
  }

  @media only screen and (max-width: 600px) {
    .category-text {
      transform: translate(-10%, -50%);
    }
  }

  .digestive {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/azerbaijan/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/azerbaijan/categories/eye-health.webp");
  }
  .joint {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/azerbaijan/categories/joint-health.webp");
  }
  .vigor {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/azerbaijan/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/azerbaijan/categories/sexual-health.webp");
  }
  .vigour {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/azerbaijan/categories/vigour-vitality.webp");
  }
  .women {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../assets/img/banner/uae/categories/women-health.webp");
  }