.fl-module-recipe_ingredients .component_recipe_ingredients .title{
  font-weight:700;
  font-size:36px;
  font-size:2.25rem;
}

@media (max-width:991.98px){
  .fl-module-recipe_ingredients .component_recipe_ingredients .title{
    font-size:30px;
    font-size:1.875rem;
    margin:0 0 1.5625rem;
  }
}

.fl-module-recipe_ingredients .component_recipe_ingredients dl a{
  text-decoration:underline;
}

.fl-module-recipe_ingredients .component_recipe_ingredients dl:nth-child(2n){
  background-color:#f4f4f4;
}

.fl-module-recipe_ingredients .component_recipe_ingredients dl:nth-child(odd){
  background-color:#fff;
}

.fl-module-recipe_ingredients .component_recipe_ingredients dl dt{
  -webkit-box-flex:0;
  -webkit-flex:0 0 20%;
  -moz-box-flex:0;
  flex:0 0 20%;
  max-width:20%;
}

@media (max-width:374px){
  .fl-module-recipe_ingredients .component_recipe_ingredients dl{
    padding-left:0;
    padding-right:0;
  }
}
