/* body text */
.body-text {
  --body-text-color: var(--black);

  font-size: 1rem;
  line-height: 1.625;
  color: var(--body-text-color);
}

.chapter-body-text,
.image-block-section-wrapper .body-text {
  color: var(--dark-gray) !important;
}

.body-text-2 {
  font-size: 1.125rem;
  line-height: 1.4444444444444444;
}

.body-text>* {
  margin-bottom: 15px;
}

.body-text>*:last-child {
  margin-bottom: 0px;
}

/* basic-body-text */

.body-text h2 {
  font-size: 2.125rem;
  font-family: var(--secondary-font);
}

.body-text h2:not(:first-child) {
  padding-top: 20px;
}

.body-text a {
  --link-color: var(--royal-blue);
  --link-hover-color: var(--link-hover-color2);
}

.body-text li {
  margin-bottom: 15px;
}

.body-text li:last-child {
  margin-bottom: 0;
}

/* responsive */

@media only screen and (max-width: 991px) {
  .body-text h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .body-text h2 {
    font-size: 1.375rem;
  }

  .body-text-2 {
    font-size: 1rem;
  }
}
