.c-homepage-chapter {
  display: grid;
  grid-gap: 24px; }
  @media (min-width: 992px) {
    .c-homepage-chapter {
      grid-template-columns: 1fr 1fr;
      grid-gap: 64px; } }
  .c-homepage-chapter__text .c-heading__pre-heading {
    font-size: 20px;
    font-size: 0.83333rem;
    line-height: 26px;
    line-height: 1.08333rem;
    font-weight: 700; }
    @media (min-width: 576px) {
      .c-homepage-chapter__text .c-heading__pre-heading {
        font-size: 24px;
        font-size: 1rem;
        line-height: 31px;
        line-height: 1.29167rem; } }
  .c-homepage-chapter__text .c-heading__heading {
    font-size: 24px;
    font-size: 1rem;
    line-height: 31px;
    line-height: 1.29167rem;
    margin-bottom: 27px;
    margin-bottom: 1.125rem; }
    @media (min-width: 576px) {
      .c-homepage-chapter__text .c-heading__heading {
        font-size: 42px;
        font-size: 1.75rem;
        line-height: 50px;
        line-height: 2.08333rem; } }
  .c-homepage-chapter__text .c-heading__sub-heading {
    font-size: 18px;
    font-size: 0.75rem;
    line-height: 26px;
    line-height: 1.08333rem; }
  .c-homepage-chapter__list {
    margin-top: 18px;
    margin-top: 0.75rem; }
    .c-homepage-chapter__list a {
      display: inline;
      padding-bottom: 2px;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.3s ease-out;
      background: linear-gradient(to bottom, #741678 0%, #741678 98%);
      background-size: 0px 2px;
      background-repeat: no-repeat;
      background-position: left 100%;
      margin-bottom: 12.6px;
      margin-bottom: 0.525rem;
      font-size: 18px;
      font-size: 0.75rem;
      line-height: 24px;
      line-height: 1rem;
      display: inline-block;
      color: #0048AA;
      text-decoration: none; }
      .c-homepage-chapter__list a:hover, .c-homepage-chapter__list a:focus {
        background-size: 100% 2px; }
  .c-homepage-chapter__image img {
    width: 100%; }

