.ingredients-richtext-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  text-align: center;

  h2 {
    margin: 0;
    font-size: calc(var(--font-heading-scale) * 4rem);
    line-height: 1.1;
  }

  .rte {
    max-width: 80rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}