/* divider */
.thematic-break,
%thematic-break {
  @extend %margin-y-8;

  border: 0;
  border-bottom: 1px solid $gray-300;
}
