.nw-about-banner {
  margin-top: 0;
  margin-left: -14px;
  margin-right: -14px;
  font-size: $font-size-xxxl;
  line-height: 2.8;
  text-align: center;
}

.nw-about-banner-title {
  margin: 0;
  font-size: $font-size-xl;
  font-family: $secondary-font-family;
}

@media screen and (min-width: $screen-min-sm) {
  .nw-whoweare-rightsidecontent {
    margin-top: 90px;
  }

  .nw-about-banner {
    margin: 0 -14px;
    background-size: cover;
  }
  
  .nw-about-banner-title {
    margin: 0;
    font-size: $about-banner-font-size;
    font-family: $secondary-font-family;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: $staticpage-desktopheader-color;
    letter-spacing: 2px;
  }  
}
