#customPageTitle {
  display: none;
}

.customPageCenteredContent {
  margin: 3rem auto 7rem;
}

h1 {
  width: 100%;
  margin: 0.5rem auto 0.5rem;
  max-width: unset;
  text-align: left;
  letter-spacing: 0;
  font-size: 65px;
  line-height: 69px;
  overflow: hidden;
  float: left;
}

h2 {
  width: 100%;
  font-size: 65px;
  line-height: 69px;
  font-weight: 900;
  text-align: left;
  max-width: unset;
  float: left;
  margin-top: 0.5rem;
}
#content p {
  font-weight: 400;
  width: 100%;
  max-width: 736px;
  font-size: 41px;
  line-height: 55px;
  font-style: italic;
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
  #content {
    min-width: unset;
  }
}

@media screen and (max-width: 1100px) {
  .customPageCenteredContent {
    margin: 2rem auto 7rem;
  }

  h1,
  h2 {
    margin-top: 0;
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  p {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 5px;
  }
}
