.note-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 1% 2rem;
}
.note-title {
  font-family: 'Geist Bold', Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 6vw, 96px);
  line-height: 1;
  color: var(--color-white);
}
.note-meta {
  margin-top: 1rem;
}
.note-date {
  font-family: 'Gelasio', Georgia, serif;
  font-style: italic;
  font-size: clamp(14px, 1.5vw, 20px);
  color: var(--color-text-grey);
  white-space: nowrap;
}

.issue-pages {
  max-width: 1042px;
  margin: 0 auto;
  padding: 0 1.5rem 6rem;
}
.issue-pages .img {
  margin-bottom: 1.5rem;
}
.issue-pages .img:last-child {
  margin-bottom: 0;
}
