body, html { overflow-x: clip !important; }


.dp-product__ingredient[data-ingredient="kangaroo-flower"] .dp-product__ingredient-name {
  width: 72%;
}
.dp-product__ingredient[data-ingredient="turmeric"] .dp-product__ingredient-name {
  top: 5%;
  left: 47%;
  right: 15%;
}
@media (min-width: 1150px) {
  .dp-faq__question-title {
    padding-right: 175px;
  }
  .dp-product__ingredient[data-ingredient="turmeric"] .dp-product__ingredient-name {
    right: 15%;
  }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .dp-faq__question {
    min-height: 75px;
  }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {
  .dp-header__nav ul li a {
    padding: 25px;
  }
  .dp-product__ingredient[data-ingredient="turmeric"] .dp-product__ingredient-name {
    right: 15%;
  }
  .dp-howto-cta {
    font-size: 11px;
  }
  .dp-faq__title {
    font-size: 19px;
  }
  .dp-faq__question-title {
    font-size: 10px;
  }
  /* .dp-product__title span {
    max-width: 300px;
  } */
  /* .dp-faq__question {
    min-height: 75px;
  } */

  .dp-faq__question {
    overflow: hidden;
    /* transition: height 0.3s ease; */
  }
}