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

.main-page-title {
  margin-bottom: max(1.5rem, 2.5vw);
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: max(2rem, 3.33vw);
  }
}

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

.page-placeholder {
  width: max(26.25rem, 43.75vw);
  height: max(26.25rem, 43.75vw);
}
