.page-banner div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
  height: 50vh;
}
.page-banner h1 {
  margin-top: 0;
}
.page-banner p {
  margin-bottom: 0;
  font-size: 1rem;
}
