.component_recipe_tips .title{
  border-top:.0625rem solid #ddd;
  padding-top:1.5625rem;
  color:#e0251b;
  font-size:2.25rem;
}

@media (min-width:768px) and (max-width:991.98px){
  .component_recipe_tips .title{
    padding-bottom:.9375rem;
  }
}

@media (max-width:767.98px){
  .component_recipe_tips .tips{
    border-top:0;
    padding-bottom:1.5625rem;
  }
}
