.body-template-article {
  background-color: white;

  .article-template__meta > span:last-child::before {
    opacity: 0;
  }

  .breadcrumb {
    color: var(--Type-light-heading, #fff);
    font-family: "Moderat-Light";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .article-template__text:not(:last-child) {
    margin-bottom: 80px;
    margin-bottom: clamp(40px, calc(80 * 100vw / 1920), 80px);
  }

  .article-template__title {
    font-size: 60px;
    font-size: clamp(42px, calc(60 * 100vw / 1920), 60px);
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 66px */
  }

  .article-template__content {
    color: black;
    margin-bottom: clamp(42px, calc(96 * 100vw / 1920), 96px);
    margin-top: clamp(42px, calc(96 * 100vw / 1920), 96px);

    h2 {
      font-size: 38px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 45.6px */
      margin-bottom: 24px;
      margin-top: 40px;
    }

    h3 {
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 33.6px */
    }

    a {
      color: black;
    }

    a:hover {
      color: black;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h0,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5 {
      color: black !important;
    }

    p {
      display: flex;
      flex-direction: row;
      gap: unset;

      span {
        width: 100%;
        font-size: 18px;
        img {
          width: 100%;

          height: clamp(492px, calc(692 * 100vw / 1920), 692px);
          object-fit: cover;
        }
      }
      img {
        width: 100%;
        height: 278px;
        height: clamp(230px, calc(278 * 100vw / 1920), 278px);
        object-fit: cover;
        margin: 40px 0px;
        border-radius: 0px;
      }

      img:not(:last-child) {
        padding-right: 10px;
      }
    }

    blockquote {
      margin: unset;
      max-width: unset;
      padding: 32px 24px;

      p {
        color: black;

        font-size: 28px;
      }

      em {
        font-size: 28px;
        font-size: clamp(22px, calc(28 * 100vw / 1920), 28px);
        font-style: italic;
        font-weight: 300;
        line-height: 140%; /* 39.2px */
      }

      p:last-child {
        span {
          em {
            font-size: 16px;
            font-family: "Moderat-Light";
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 24px */
          }
        }
      }
    }

    p + h2 {
      margin-top: unset;
    }

    p + h3 {
      margin-top: 24px;
    }
  }
}

@media screen and (max-width: 750px) {
  .body-template-article {
    .article-template__content > * {
      margin: 24px 0px;
    }
    .article-template__content blockquote {
      padding: 24px;
    }

    .blog__title-wrapper {
      margin-bottom: 42px;
    }

    .jb-blog-featured {
      padding-top: 64px;
      padding-bottom: 64px;
    }
  }

  @media (min-width: 680px) and (max-width: 990px) {
    .body-template-article .article-template__content h2:first-child {
      margin-top: 64px;
    }
  }
}
