@media (max-width: 991px) {
  .cooking-recipe .ingredients ul, .cooking-recipe .ingredients ol, .cooking-recipe .instructions ul, .cooking-recipe .instructions ol {
    margin-bottom: 0;
  }
  .cooking-recipe .ingredients {
    margin: 0 15px;
  }
  .cooking-recipe .instructions {
    margin-top: 2rem;
  }
  .cooking-recipe li {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
