.nw-mastertemplate-sectioncomponent {
  @media screen and (max-width:$screen-min-sm) {
    .nw-mastertemplate-sectioncomponent-titlecontainer {
      &.nw-mt-hmt2 {
        margin-bottom: 8px;
        padding-top: 12px;
        text-align: center;
      } 
      
      .nw-mastertemplate-sectioncomponent-title.nw-mt-hmt2 {
        font-size: $master-component-section-title-font-size-mobile;
      }      
    }
  }
}
