.nw-mastertemplate-sectioncomponent-title {
  &.nw-mt-brandmastertemplate3 {
    font-size: $gap-story-title-font-size;
    font-weight: 600;
    letter-spacing: 0.8px;

    @media screen and (min-width:$screen-min-sm) { 
      font-size: $gap-section-title-font-size;
    }
  }
}

