/* nutrients */
.nutrients {
  background: linear-gradient(180deg, #72c4f8 0%, #d1ecf8 100%);
  margin-top: -2rem;
  z-index: -1;
}
.nutrients .sub-title {
  display: inline-block;
  padding: .65rem 2rem;
  border: 3px solid;
  margin-top: 1rem;
  border-radius: 2rem;
  color: #0086ec;
  background: linear-gradient(0deg, #F7DE7C 11.9%, #FFF3A5 100%);
}

@media screen and (max-width: 1300px) { 

}

@media screen and (max-width: 769px) {
  .nutrients .nutrients-content {
    width: 48.5%;
  }
  .nutrients .nutrients-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flex-direction: column;*/
  }
  .product-info-banner img {
    max-width: 70%;
  }
  .nutrients {
    /*background: linear-gradient(356deg, #72c4f8 0%, #d1ecf8 100%);*/
  }
  .nutrients .row .col-lg-6 {
    display: flex;
    flex-direction: column;
  }
  .nutrients .row .col-lg-6:nth-child(1) {
    order: 2;
  }
  .nutrients .row .col-lg-6:nth-child(2) div:last-child, .nutrients .row .col-lg-6:nth-child(1) div:nth-child(2) {
    order: -1;
  }
  .nutrients .row .col-lg-6:nth-child(2) {
    order: 1;
  }
  .nutrients {
    margin-top: -1rem;
    padding-bottom: 1rem;
  }
  .nutrients .sub-title {
    font-size: 1.1rem;
    margin: 0;
  }
  .nutrients .nutrients-item img {
    height: auto;
    width: auto;
  }
  .nutrients .title img {
    width: 10.99rem;
  }
  /* .nutrients .col-lg-6:nth-child(1) .nutrients-content:nth-child(2) img, .nutrients .col-lg-6:nth-child(1) .nutrients-content:nth-child(4) img {
    height: 2.5rem;
  }*/
  .nutrients .nutrients-content h4 {
    font-size: 1.125rem;
  }
}