#customPageTitle {
  position: relative;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
  color: var(--first);
  font-weight: 600;
  margin-top: 20px;
}

.customPageText {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 20px;
  word-break: break-word;
  max-width: 70%;
  margin: 0 auto;
}

.customPageText b {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #customPageTitle {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 20px;
    margin-top: 20px !important;
  }

  .customPageText {
    font-size: 12px;
    width: 80%;
    max-width: 90%;
  }
}
