#benefits-hero {
  background-image: url('../../images/vip/hero-bg.jpg');
	background-image: -webkit-image-set( url("../../images/vip/hero-bg.jpg") 1x, url("../../images/vip/hero-bg@2x.jpg") 2x );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 0 53px 0;
  margin-top: 12px;
}

#benefits-hero .title {
  font-size: 53px;
}
#benefits-hero p {
  font-size: 70px;
  line-height: 1;
  margin-top: 0;
}

#benefits-hero .button {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 32px;
  font-size: 20px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 567px ) {
  #benefits-hero {
    margin-top: 22px;
    padding: 55px 0 68px 0;
  }
  #benefits-hero .title {
    font-size: 45px;
  }
  #benefits-hero p {
    font-size: 60px;
  }
  #benefits-hero .button {
    margin-top: 10px;
  }
}