.Food_and_wellness_journal {
  margin: 5% 0%;
}

.Food_and_wellness_journal .heading_holder {
  text-align: center;
  margin-bottom: 5%;
}

.Food_and_wellness_journal .main_img_holder .img_holder {
  aspect-ratio: 1/0.99;
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: 5%;
}

.Food_and_wellness_journal .sub_images_holder {
  margin-bottom: 5%;
}

.Food_and_wellness_journal .sub_images_holder .img_holder {
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: 5%;
  aspect-ratio: 1/0.99;
}

.Food_and_wellness_journal .Green_Outline_Btn_holder {
  width: 120px;
  margin-top: 20px;
}

.Food_and_wellness_journal .img_holder .Product_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Food_and_wellness_journal .text_holder h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Food_and_wellness_journal .text_holder p {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  opacity: 1;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Food_and_wellness_journal .sub_images_list_holder {
  max-height: 700px;
  overflow: hidden;
  overflow-y: auto;
}

.Food_and_wellness_journal .Green_round_btn_holder .Green_round_btn {
  margin-top: 7px;
}

@media (min-width: 0px) and (max-width: 575px) {

  .Food_and_wellness_journal .main_img_holder {
   margin-bottom: 20px;
}

  .Food_and_wellness_journal .text_holder h4 {
    font-size: 13px;
  }

  .Food_and_wellness_journal .text_holder p {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .Food_and_wellness_journal .text_holder h4 {
    font-size: 13px;
  }

  .Food_and_wellness_journal .text_holder p {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .Food_and_wellness_journal .text_holder h4 {
    font-size: 15px;
  }

  .Food_and_wellness_journal .text_holder p {
    font-size: 13px;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {

  .Food_and_wellness_journal .text_holder h4 {
    font-size: 18px;
  }

  .Food_and_wellness_journal .text_holder p {
    font-size: 14px;
  }
}