.block-page-content h6, .block-page-content h5, .block-page-content h4, .block-page-content h3, .block-page-content h2, .block-page-content h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.block-page-content h1 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .block-page-content h1 {
    font-size: 2rem;
  }
}
.block-page-content h2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .block-page-content h2 {
    font-size: 1.75rem;
  }
}
.block-page-content h3 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .block-page-content h3 {
    font-size: 1.5rem;
  }
}
.block-page-content h4 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .block-page-content h4 {
    font-size: 1.25rem;
  }
}
.block-page-content h5 {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .block-page-content h5 {
    font-size: 1.1rem;
  }
}
.block-page-content h6 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .block-page-content h6 {
    font-size: 14px;
  }
}
.block-page-content p {
  margin-bottom: 1.3em;
  text-align: justify;
}
.block-page-content ul {
  margin-bottom: 1.3em;
  padding-left: 20px;
}
.block-page-content ul li {
  margin-bottom: 0.5em;
  list-style: disc;
}
.block-page-content a {
  color: var(--v2-primary-color) !important;
}
.block-page-content img {
  max-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 8px !important;
}
.block-page-content figure {
  max-width: 100%;
  clear: both;
  display: block;
  margin: 0 auto 1em !important;
}
