.page-container {
  @apply mt-24;
  &.show-sidebar {
    @apply pl-0 md:pl-72;
  }
  &.show-page-headers {
    @apply pr-0 lg:pr-56;
  }
}
