.child-text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: min(740px, 100%);
}

.child-text-section + .child-text-section {
  margin-top: 48px;
}

.child-text-section__heading {
  margin: 0;
  color: var(--color-brand-text-inverse, #ffffff);
  font-family: var(--font-display);
  font-size: 47px;
  font-weight: var(--fw-regular);
  line-height: 1.1;
}

.child-text-section__subheading {
  margin: 0;
  color: var(--color-brand-text-inverse, #ffffff);
  font-family: var(--font-display);
  font-weight: var(--fw-regular);
  line-height: 1.1;
}

.child-text-section__subheading.h3 {
  font-size: 39px;
}

.child-text-section__subheading.h4 {
  font-size: 33px;
}

.child-text-section__subheading.h5 {
  font-size: 27px;
}

.child-text-section__subheading.h6 {
  font-size: 23px;
}

.child-text-section__text,
.child-text-section__raw {
  width: 100%;
  color: var(--color-brand-text-inverse, #ffffff);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: var(--fw-regular);
  line-height: 1.7;
}

.child-text-section__text p,
.child-text-section__raw p {
  margin: 0 0 24px;
}

.child-text-section__text p:last-child,
.child-text-section__raw p:last-child {
  margin-bottom: 0;
}

.child-text-section__text ul,
.child-text-section__text ol,
.child-text-section__raw ul,
.child-text-section__raw ol {
  margin: 0 0 24px;
  padding-left: 1.25rem;
}

.child-text-section__text li + li,
.child-text-section__raw li + li {
  margin-top: 0.5rem;
}

.child-text-section__text a,
.child-text-section__raw a {
  color: var(--color-cta-default, #a9d8de);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.child-text-section__text a:hover,
.child-text-section__raw a:hover {
  color: var(--color-brand-text-inverse, #ffffff);
}

.child-text-section__figure {
  margin: 0;
  width: 100%;
}

.child-text-section__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .child-text-section__heading {
    font-size: 34px;
  }

  .child-text-section__subheading.h3 {
    font-size: 30px;
  }

  .child-text-section__subheading.h4 {
    font-size: 26px;
  }

  .child-text-section__subheading.h5 {
    font-size: 22px;
  }

  .child-text-section__subheading.h6 {
    font-size: 19px;
  }
}
