.slider-sect {
  background-color: transparent;
  background-image: linear-gradient(160deg, #42f5c9 0%, #0ccc72 100%);
}
.banner-sect {
  background-image: url("../img/viticon08.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.background-overlay {
  background-image: url("../img/banner-3.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 39% auto;
  opacity: 1;
  height: 100%;
  /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}
.prod-img {
  height: 400px;
}
p {
  text-align: justify;
}

.flex-col-sect {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.prod-text {
  margin-top: 60px;
}

.herbal {
  color: #0ccc72;
  font-family: "Katibeh", cursive;
  font-size: 3rem;
}

.prod-bg {
  background-color: #09854b;
  color: #fff;
  padding: 25px;
  border-radius: 0 20px 20px 0;
}
.prod-card {
  border: 2px solid #ddd;
  border-radius: 20px;
  margin: 5px;
}
.prod-bg p {
  text-align: justify;
}
.prod-bg p > b {
  color: #02f10a;
  font-size: 17px;
}
.prod-feat {
  background-color: #ddd;
  padding: 5px;
  margin: 10px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .banner-sect {
    background-size: cover !important;
  }
  .mob-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .prod_img {
    text-align: center;
  }
  .prod_img img {
    height: 200px;
  }
}
