.c-chapter-break {
  /* Content Box
  ================================================== */
  /* Image
  ================================================== */
}
@media screen and (max-width: 600px) {
  .c-chapter-break {
    padding-block-end: 8rem;
  }
}
.c-chapter-break__container {
  block-size: 100%;
  inset: 0;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .c-chapter-break__container {
    margin-inline: 7.5% 0;
    width: 93.5%;
  }
}
.c-chapter-break__content {
  background-color: #EAF2F6;
  inline-size: 50%;
  inset-block-start: 10vw;
  inset-inline-end: 0;
  max-inline-size: 100%;
  padding: 2.8125rem;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .c-chapter-break__content {
    inline-size: 66.66%;
  }
}
@media screen and (max-width: 600px) {
  .c-chapter-break__content {
    inline-size: 100%;
    inset-block: auto 0;
    padding: 2rem;
  }
}
.c-chapter-break__title {
  font-size: 3.75rem;
  font-weight: 500;
  hyphens: auto;
  margin-block-end: 0.375rem;
  overflow-wrap: break-word;
  text-wrap: balance;
  word-break: normal;
}
@media screen and (max-width: 900px) {
  .c-chapter-break__title {
    font-size: 2.25rem;
  }
}
.c-chapter-break__text {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.6;
}
.c-chapter-break__image {
  aspect-ratio: 16/9;
  display: block;
  inline-size: 100%;
  max-block-size: 50.625rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .c-chapter-break__image {
    aspect-ratio: 1;
    max-block-size: none;
  }
}
.c-chapter-break__image picture {
  block-size: 100%;
}
.c-chapter-break__image img {
  block-size: 130%;
  inline-size: 100%;
  object-fit: cover;
  transform: translateY(0%);
}

/*# sourceMappingURL=chapter-break.css.map */
