.page-title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: var(--font-primary-family);
}

@media screen and (min-width: 750px) {
  .page-title {
    margin-bottom: 4rem;
  }
}

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

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

.page-wrapper {
  padding-top: 84px;
}