article .rte blockquote {
  max-width: 68.5rem;
}

.rte {
  margin-bottom: 6.4rem;
}
.rte:after {
  clear: both;
  content: "";
  display: block;
}
.rte * {
  line-height: var(--font-body-line-height);
}
.rte h1,
.rte h2,
.rte h3,
.rte h4 {
  margin-top: 3.2rem;
  line-height: var(--font-heading-line-height);
}
.rte div {
  margin: 0;
}
.rte p {
  font-size: 1.8rem;
  letter-spacing: normal;
}
.rte p:first-child {
  margin-top: 0;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte ol,
.rte ul {
  padding-left: 2rem;
  margin: 0 0 1.6rem 2.4rem;
}
.rte li {
  list-style: inherit;
  padding-left: 0.8rem;
  margin: 1.6rem 0rem;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte a {
  color: rgb(var(--color-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  text-decoration-color: rgb(var(--color-link));
  transition: color var(--duration-short) ease;
}
.rte a:hover {
  color: rgb(var(--color-link), 0.6);
}
.rte figcaption {
  font-size: 1rem;
  color: rgba(var(--color-foreground), 0.6);
  text-align: center;
}
.rte iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rte blockquote {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3.3rem 5rem;
  border: none;
  font-family: var(--font-heading-family);
  border-left: 0.1rem solid #DFDFDF;
}
@media screen and (min-width: 990px) {
  .rte blockquote {
    padding: 3.3rem 5rem;
  }
}
.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}
.rte blockquote > *:first-child,
.rte blockquote > *:first-child > * {
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.rte blockquote p {
  font-size: var(--font-heading-h3-size);
}
@media screen and (min-width: 750px) {
  .rte blockquote p {
    font-size: 2.5rem;
  }
}
.rte blockquote p:nth-child(2) {
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  letter-spacing: 0px;
  margin-top: 1.6rem;
}
.rte img {
  max-width: 100%;
}

.rte__container img,
.rte__container figure {
  height: auto;
  max-width: 100%;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  border-radius: 0.3rem;
}
@media screen and (min-width: 990px) {
  .rte__container img,
  .rte__container figure {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.rte__container figure > img {
  margin: 0;
}
.rte__container img + img {
  margin-top: 0;
}
@media screen and (min-width: 990px) {
  .rte__container img + img {
    margin-left: 2.4rem;
  }
}
.rte__container table {
  table-layout: fixed;
  overflow: auto;
}
@media screen and (min-width: 750px) {
  .rte__container table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
