.HighlightsArchive {
  /* grid-column: 1 / -1; */
  position: relative;
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  align-items: start;
  justify-content: start;
  row-gap: 1rem;
  column-gap: 3rem; */
}

.HighlightsArchive figure {
  padding: 0;
  max-width: 65ch;
  margin: 3rem 2rem 3rem 5rem;
  position: relative;
}

.HighlightsArchive figure blockquote p {
  font-size: 1.2rem;
  /* font-style: italic; */
  line-height: 1.45;
}

.HighlightsArchive figure figcaption {
  font-size: 1.4rem;
  font-weight: 800;
}

.HighlightsArchive figure::before {
  content: "“";
  display: block;
  position: absolute;
  top: -0.75rem;
  left: -5rem;
  font-size: 8rem;
  color: #222;
  line-height: 1;
}
