.region__content--sidebar {
  article {
    .page__title-wrapper {
      display: none;
    }

    .container--fluid {
      padding-left: 0;
      padding-right: 0;
    }
  }

  .node__content > .paragraph--type--text-callout:first-of-type {
    p,
    h2,
    h3,
    h4 {
      &:first-child {
        margin-top: 0;
      }
    }
  }
}
