.Meet_Section {
  margin: 70px 0px;
}

.Meet_Section .nutripair-moment-section {
  padding: 80px 0;
  background: #f7f5f2;
}

.Meet_Section .content-box {
}

.Meet_Section .subtitle {
  display: inline-block;
  color: #50883f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.Meet_Section .content-box h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #222;
}
.Meet_Section .content-box h2 span {
    color: #133f30;
    display: block;
}

.Meet_Section .content-box .descn {
    font-size: 20px;
    /* line-height: 1.4; */
    color: #000;
    margin-bottom: 15px;
}

.Meet_Section .moment-list {
  margin: 15px 0;
}

.Meet_Section .moment-list .inner_text {
  font-size: 21px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.Meet_Section .tagline {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #120910;
}

.Meet_Section .tagline span {
    display: block;
    color: #425713;
}
.Meet_Section .image-box {
  overflow: hidden;
  border-radius: 12px;
}

.Meet_Section .image-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.Meet_Section .img_holder {
  width: 100%;
  height: 100%;
}

.Meet_Section .img_holder .right_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 991px) {
  .content-box {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .content-box h2,
  .tagline {
    font-size: 36px;
  }

  .moment-list p {
    font-size: 20px;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .Meet_Section .subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .Meet_Section .moment-list {
    margin: 20px 0;
  }

  .Meet_Section .tagline {
    font-size: 31px;
  }

  .Meet_Section .content-box .descn {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .Meet_Section .moment-list .inner_text {
    font-size: 15px;
  }

  .Meet_Section .content-box h2 {
    font-size: 27px;
    margin-bottom: 18px;
  }

  .Meet_Section {
    margin: 30px 0px 20px;
  }

  .Meet_Section .content-box {
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Meet_Section .subtitle {
    font-size: 15px;
  }

  .Meet_Section .moment-list {
    margin: 30px 0;
  }

  .Meet_Section .tagline {
    font-size: 37px;
  }

  .Meet_Section .content-box .descn {
    font-size: 15px;
  }

  .Meet_Section .moment-list .inner_text {
    font-size: 16px;
  }

  .Meet_Section .content-box h2 {
    font-size: 30px;
  }

  .Meet_Section .content-box {
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Meet_Section .content-box {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Meet_Section .subtitle {
    font-size: 15px;
  }

  .Meet_Section .moment-list {
    margin: 30px 0;
  }

  .Meet_Section .tagline {
    font-size: 40px;
  }

  .Meet_Section .content-box .descn {
    font-size: 15px;
  }

  .Meet_Section .moment-list .inner_text {
    font-size: 17px;
  }

  .Meet_Section .content-box h2 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Meet_Section .subtitle {
    font-size: 17px;
  }

  .Meet_Section .moment-list {
    margin: 30px 0;
  }

  .Meet_Section .tagline {
    font-size: 43px;
  }

  .Meet_Section .content-box .descn {
    font-size: 15px;
  }

  .Meet_Section .moment-list .inner_text {
    font-size: 19px;
  }

  .Meet_Section .content-box h2 {
    font-size: 36px;
  }
}
