.archive-page .hero-section {
  color: var(--offWhite);
  background: var(--color1);
  text-align: center;
}
.archive-page .hero-section .content {
  justify-content: center;
}
.archive-page .archive-description {
  width: 100%;
  max-width: var(--text-max-width);
  text-align: center;
}