.banner-wrap {
  background-color: #f1fbfc;
  padding-bottom: 100px;
  padding-top: 200px;
}

.banner-wrap h1 {
  color: #00b9c5;
  font-size: 4.8rem;
  margin: 0;
  font-weight: 300;
  line-height: 1.4;
}

.banner-wrap .content {
  padding: 0px 15px;
  max-width: 66.66667%;
}


@media(max-width:991px){

  .banner-wrap h1 {
    font-size: 3.2rem;
  }

  .banner-wrap .content {
    max-width:100%;
  }

}


@media(max-width: 767px) {
    .banner-wrap {
        padding-bottom: 50px;
        padding-top: 150px;
        margin-bottom: 30px;
    }