// Like this, we're able to select all content-elements

.main-element {
  > *:first-child {
    margin-top: $node-spacing;
  }

  > .image-bleed.theme-image:first-child {
    margin-top: 0;
  }

  > *:not(h2, h3, .-no-spacer) {
    margin-bottom: $node-spacing;
  }
}
