/* Full migrated content typography */
.prose--full p {
  text-align: justify;
  margin: 0 0 1rem;
}
.prose--full h2 {
  font-family: var(--font-display);
  color: var(--color-red);
  letter-spacing: 0.08em;
  font-size: 1.15rem;
}
.prose--full img {
  max-width: 100%;
  height: auto;
}
.home-feature-article.prose--full {
  text-align: left;
}
.home-feature-article.prose--full > h3 {
  text-align: center;
}
.brand__seal {
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}
