.NS-imgCopyWrapLeft{
    width:100%;
}

.NS-imgCopyWrapRight{
    width:100%;
    display:flex;
} 

.NS-imgCopyFlexWrap{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.NS_buttonGroupWrap {
  margin-bottom: 35px;
}

@media only screen and (min-width: 767px) {
      .NS-moduleSectionWrap {
        padding: 0 2rem;
  }
    .NS-imgCopyFlexWrap { 
           flex-direction: row;
       }
  
  {

@media only screen and (min-width: 1025px) {
        .NS-imgCopyWrapLeft{
            width:50%;
        }

        .NS-imgCopyWrapRight{
            width:50%;
        } 
      .NS_buttonGroupWrap {
           margin-bottom: 0;
      }
   
}




