.thesis-intro {
  max-width: 760px;
  margin: 1.5rem 0 4rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.65;
}

.quote-slider article > span {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-slider article > span + blockquote {
  margin-top: 1.5rem;
}

.quote-slider article > p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
}

.thesis-close {
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
}
