.page-title { font-size: 45px;    line-height: 1.2;    margin: 0;}
.rte h3 {    margin-bottom: 20px;}

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

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

@media(max-width:991px){
  
  .page-title { font-size: 30px; }
  
}