.PrivateIndexHeader h1 {
  font-size: 30pt;
  color: #0b8743;
  padding-top: 20px;
}
.PrivateIndexHeader p {
  color: #383939;
  font-weight: 400;
  font-size: 19pt;
}

.PrivateIndexHeader a {
  font-size: 19pt;
  color: #0b8743;
  text-decoration: none;
  font-weight: bold;
}

.PrivateIndexHeader a:hover {
  text-decoration: underline;
}
/* ------------------------ */
.PrivateIndexBody h2 {
  color: #1d1f1f;
  font-size: 20pt;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 0px;
}

.PrivateIndexBody p {
  color: #383939;
  font-weight: 400;
  font-size: 17pt;
}

.PrivateIndexBody a {
  font-size: 16pt;
  color: #0b8743;
  text-decoration: none;
  font-weight: bold;
}

.PrivateIndexBody a:hover {
  text-decoration: underline;
}


@media (max-width: 525px) {
  .PrivateIndexHeader h1 {
    font-size: 20pt;
    color: #0b8743;
    padding-bottom: 30px;
  }

  .PrivateIndexBody h1 {
    font-size: 20pt;
    font-weight: 400;
  }

  .PrivateIndexBody p {
    color: #383939;
    font-weight: 300;
    font-size: 15pt;
    margin: 3px;
  }

  .PrivateIndexBody a {
    font-size: 14pt;
    font-weight: 300;
    color: #0b8743;
    text-decoration: none;
    font-weight: bold;
  }
}
