section.ingredients > div > div.d-flex { flex-direction: column; }
section.ingredients .ingredient-header .ingredient-count { font-size:160px; font-weight:bold; line-height:1; color:rgb(255, 148, 78); }
section.ingredients .ingredient-header .title { font-size:1.4rem; font-weight:bold; white-space:nowrap; }
section.ingredients .ingredient-list .icons p { font-size:0.8rem; }
section.ingredients .ingredient-list > div { flex-wrap:wrap; }

@media only screen and (min-width: 992px ) {
  section.ingredients > div > div.d-flex { flex-direction:row; }

}