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

.main-page-title {
  margin-bottom: 3rem;
  position: relative;
}

.main-page-title:after {
  content: '';
  width: 50px;
  height: 3px;
  border-radius: 10px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px)
}

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

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

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