.thepage .p-head {
  background-image: url(../img/contact-haken/hero@2x.jpg);
}
.p-head h1 {
  letter-spacing: 0;
  margin-right: 0;
}

@media (max-width: 992px) {

}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 75% center;
  }
}