.nw-brandstory {
  margin: 0 auto;
  max-width: $body-maxwidth;
  @media screen and (min-width: $screen-min-sm) {
    padding: 0 0 15px;
  }
}

.nw-brandstory-logoimage {
  width: 100%;
  min-height: 64px;
}

.nw-brandstory-storysection {
  padding: 0 10px 20px;
  @media screen and (min-width: $screen-min-sm) {
    padding: 0 50px 0 0;
  }
}

.nw-brandstory-storytitle {
  margin: 12px 0;
  width: 100%;
  font-size: $font-size-xxl;
  font-weight: 600;
  text-align: center;
  @media screen and (min-width: $screen-min-sm) {
    margin: 24px 0;
  }
}

.nw-brandstory-description {
  font-size: $font-size-xs;
  line-height: 22px;
  text-align: center;
}
