#hero {
  margin-top: -50px;
  background-image: url('../../images/online-application/online-application-hero.webp');
  background-image: -webkit-image-set(url('../../images/online-application/online-application-hero.webp') 1x, url('../../images/online-application/online-application-hero@2x.webp') 2x);
  background-repeat: no-repeat;
  height: 100% !important;
  background-size: cover;
  background-position: center;
  padding: 37px 0;
}

#hero .container {
  width: 715px;
  max-width: 100%;
}

#hero h1 {
  font-size: 41px;
  line-height: 1;
}

#hero h1 .f-yellow {
  font-size: 38px;
}

#hero h1 .museo-black-italic {
  position: relative;
}

#hero h1 .museo-black-italic:before {
  content: '';
  position: absolute;
  background-color: var(--yellow);
  height: 2px;
  width: 75px;
  top: 23px;
  left: -91px;
}

#hero h1 .museo-black-italic:after {
  content: '';
  position: absolute;
  background-color: var(--yellow);
  height: 2px;
  width: 75px;
  top: 23px;
  right: -91px;
}

@media screen and (max-width: 567px) {

  #hero h1 .museo-black-italic:before,
  #hero h1 .museo-black-italic:after {
    display: none;
  }

  #hero h1 {
    font-size: 27px;
  }

  #hero h1 .f-yellow {
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  #hero {
    margin-top: -30px;
  }
}