/* Keep the existing chapter bleed inside the viewport on tablet widths. */
@media (min-width: 761px) and (max-width: 1000px) {
  .page-article-redesign #article-main .article-content > section:nth-of-type(4n + 2),
  .page-article-redesign #article-main .article-cta {
    margin-inline: -20px;
  }
}
