@media (max-width: 1023px) {
    .page-wrapper > .page-header {
        position: sticky;
        top: 0;
        z-index: 120;
    }
}
