.Explore_our_fresh_produce {
  margin: 5% 0%;
  background-image: url("/assets/images/home/explore_our_fresh_produce/Explore_our_fresh_produce_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 5% 0%;
}

.Explore_our_fresh_produce .heading_holder {
  text-align: center;
  margin-bottom: 5%;
}

.Explore_our_fresh_produce .text_holder p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 1;
  margin-bottom: 30px;
}

.Explore_our_fresh_produce .content_holder p {
  margin: 0px 12%;
  margin-bottom: 30px;
}

.Explore_our_fresh_produce .btn_holder {
  width: fit-content;
  margin: 0px auto;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Explore_our_fresh_produce .text_holder p {
    font-size: 12px;
  }

  .Explore_our_fresh_produce {
    background-size: contain;
    background-color: #feecd4ff;
  }
}
