/* Give the customer-page title surrogate breathing room below the shared header. */
body.page-id-42 #brx-content > .hey-title-surrogate {
  box-sizing: border-box;
  padding-top: 24px;
}

@media (max-width: 767px) {
  body.page-id-42 #brx-content > .hey-title-surrogate {
    padding: 20px 20px 0;
  }
}
