.rte {

  // .rte headings
  & > {
    h1, h2, h3, h4, h5, h6 {
      // color: $secondary;
      font-weight: bold;
      @extend .mt-4, .mb-3 ;
    }
  }

  & > .lead {
    // @extend .font-italic ;
  }

  a:not(.btn):not(.list-group-item) {
    // text-decoration: underline;
  }

}
