/* About page — short gradient banner only */
.nybanner.wp-about-banner,
.nybanner.has-bg.wp-about-banner {
  height: 150px !important;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background: linear-gradient(135deg, #599aff 0%, #F6821F 45%, #ff3200 100%) !important;
}

.nybanner.wp-about-banner .ny-title {
  position: relative;
  z-index: 2;
}

.nybanner.wp-about-banner .ny-title h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: #fff !important;
}

.nybanner.wp-about-banner .ny-title p {
  display: none;
}

@media screen and (max-width: 768px) {
  .nybanner.wp-about-banner,
  .nybanner.has-bg.wp-about-banner {
    height: 150px !important;
    margin-top: 60px;
  }
  .nybanner.wp-about-banner .ny-title h1 {
    font-size: 22px;
  }
}
