#page {
  overflow: visible !important;
}

.page-title-sticky-mobile {
  @media only screen and (max-width: 767px) {
    position: sticky;
    top: 0;
    background-color: #f5f4f2 !important;
    z-index: 10;
  }
}