.page-title {
  margin-top: 0;
  margin-bottom: 3.5rem;letter-spacing:-0.02em;
  font-size: calc(32px + (64 - 32) * ((100vw - 360px) / (1440 - 360)));    line-height: 1.1;text-align:center;
}


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

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

@media screen and (max-width: 750px) {
 .page-title{margin-bottom:5rem}
}