.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: var(--global-spacing-medium);
}

@media screen and (min-width: 768px) {
  .main-page-title {
    margin-bottom: var(--global-spacing-extra-large);
  }
}

.main-page-title--no-margin {
  margin-bottom: 0;
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
