.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.page-content .breadcrumbs {
  width: 100%;
  text-align: left;
}
.page-content .breadcrumbs * {
  font-size: 12px;
  font-weight: 300;
}
.page-content .breadcrumbs ul {
  margin: 0;
}
.page-content h1, .page-content .rte, .page-content img {
  max-width: 785px;
}
.page-content h1 {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (max-width: 769.98px) {
  .page-content h1 {
    text-align: left;
    margin-top: 20px;
  }
}
.page-content .rte p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.page-content .rte p * {
  font-size: 14px;
}
.page-content .rte p *:not(h1, h2, h3, h4, h5, h6, strong) {
  font-weight: 300;
}
.page-content .rte p img, .page-content .rte p video, .page-content .rte p iframe {
  width: 100%;
  border-radius: 5px;
}
.page-content .rte p:has(iframe) {
  aspect-ratio: 16/9;
}
.page-content .rte p iframe {
  height: 100%;
  aspect-ratio: 16/9;
}
.page-content .rte h2, .page-content .rte h2 *,
.page-content .rte h3, .page-content .rte h3 * {
  font-size: var(--heading-md);
}
@media only screen and (max-width: 991.98px) {
  .page-content .rte h2, .page-content .rte h2 *,
.page-content .rte h3, .page-content .rte h3 * {
    font-size: var(--heading-md-tablet);
  }
}
@media only screen and (max-width: 575.98px) {
  .page-content .rte h2, .page-content .rte h2 *,
.page-content .rte h3, .page-content .rte h3 * {
    font-size: var(--heading-md-mobile);
  }
}
.page-content .rte h4, .page-content .rte h4 *,
.page-content .rte h5, .page-content .rte h5 *,
.page-content .rte h6, .page-content .rte h6 * {
  font-size: var(--heading-sm);
}
@media only screen and (max-width: 991.98px) {
  .page-content .rte h4, .page-content .rte h4 *,
.page-content .rte h5, .page-content .rte h5 *,
.page-content .rte h6, .page-content .rte h6 * {
    font-size: var(--heading-sm-tablet);
  }
}
@media only screen and (max-width: 575.98px) {
  .page-content .rte h4, .page-content .rte h4 *,
.page-content .rte h5, .page-content .rte h5 *,
.page-content .rte h6, .page-content .rte h6 * {
    font-size: var(--heading-sm-mobile);
  }
}
.page-content .rte ul li, .page-content .rte ul li * {
  font-size: 14px;
}
.page-content .rte ul li:not(strong), .page-content .rte ul li *:not(strong) {
  font-weight: 300;
}
