/* Nutritional-ingredient*/
.nutritional-ingredient {
  background: linear-gradient(#FFFFFF, #72c4f8, #ffffff, #72c4f8);
  z-index: 0;
}
.nutritional-ingredient .container {
  max-width: 80rem;
}
.nutritional-ingredient #table-ingredients {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: .65rem;
}
.nutritional-ingredient .usage {
  padding: .65rem 3rem;
  border-radius: 2.5rem;
  position: relative;
  z-index: 22;
  top: 1rem;
}
.usage-step img {
  border-radius: 40%;
  width: 3.2rem;
}
.nutritional-ingredient .row-step {
  margin: 0;
}
.row-step .col-lg-12 {
  padding: .3rem;
  border-radius: 1rem;
  position: relative;
  border: .3rem solid #469AD4;
  background: linear-gradient(180deg, #FFFFFF 35.58%, #B7E5F9 153.07%);
  align-items: anchor-center;
}
.row-step .row {
  align-items: anchor-center;
}
.nutritional-ingredient .row-step .usage-step {
  margin: auto;
  padding: 2rem;
  border-radius: .8rem;
}
.nutritional-ingredient .row-step .usage-step p:first-child { 
  width: 4rem;
  margin-right: .65rem;
}
.nutritional-ingredient .row-step .usage-step p:last-child {  
  width: 57rem;
  max-width: 100%;
}
.scroll-table {
  position: relative;
  max-height: 530px;
  overflow-y: auto;
  border-radius: .65rem;
}
#table-ingredients thead th:first-child {
  border-top-left-radius: .65rem;
}

#table-ingredients thead th:last-child {
  border-top-right-radius: .65rem;
}

#table-ingredients thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .scroll-table {
    max-height: 370px;
  }
  #table-ingredients tbody { 
    letter-spacing: 0rem;
  }
  .nutritional-ingredient .row-step .row .col-lg-3 img {
    max-width: 70%;
  }
  .nutritional-ingredient .row-step .usage-step p:last-child {
    width: 27rem;
  }
  .nutritional-ingredient .row-step .usage-step p:first-child {
    width: 3rem;
  }
  .nutritional-ingredient .usage {
    padding: .3rem 3rem;
  }
  .usage-step img {
    width: 3rem;
    max-width: none;
  }
  .row-step .col-lg-12 {
    display: block;
  }
  .row-step .col-lg-12 .image {
    display: none;
  }
  .nutritional-ingredient .row-step .usage-step {
    padding: 1rem 0 0 0;
  }
  .nutritional-ingredient .nutri-table.mt-40 {
    margin-top: 1.5rem;
  }
  .row-step .row {
    padding-bottom: 0rem;
  }
  .nutritional-ingredient.pd-60-0 {
    padding: 3.75rem 0 0.75rem 0;
  }
  .nutritional-ingredient .row-step .col-lg-9, .nutritional-ingredient .row-step .col-lg-3 {
    margin: 0;
  }
}