.customPageCenteredContent {
  height: auto;
  margin-bottom: 70px;
  overflow: hidden;
}
#mainTitle {
  color: #0B3C9B;
  line-height: 27px;
  font-size: 23px;

  font-weight: 600;
  width: 93%;
  margin: 30px auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mainTitle {
    width: 82%;
    margin: 15px auto 0;
  }
}
