.about-aquaglide {}

.about-aquaglide .banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-aquaglide .banner-title {
  color: white;
}

.about-aquaglide .container {
  max-width: 700px;
  margin: 0 auto;
}

@media(max-width:991px){
  h1{
    width:100%;
    text-align:center;
  }
}