#hero {
  background-image: url(../../images/purchase-options/about-hero.png);
  background-image: image-set(url(../../images/purchase-options/about-hero.png) 1x, url(../../images/purchase-options/about-hero@2x.png) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 61px 0 55px 0;
  margin-top: 15px;
}

#hero h1 {
  font-size: 38px;
  line-height: 0.9;
  overflow: hidden;
}

#hero h1 span {
  position: relative;
}

#hero p {
  font-size: 1.1875em;
  line-height: 1.3684em;
}

@media screen and (max-width: 767px ) {
  #hero br {
    display: none;
  }
}

@media screen and (max-width: 567px ) {
  #hero {
    padding:50px 0;
    margin-top: 30px;
    margin-bottom:30px;
  }
  #hero h1 {
    font-size: 31px;
  }
}