.nw-titlestrip-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 80px;
  text-align: center;
  @media screen and (min-width: $screen-max-sm) {
    height: 70px;
  }
}

.nw-titlestrip-content {
  font-size: $font-size-lg;
  font-weight: 600;
  letter-spacing: 1.3px;
}
