.office-note {
  margin: 2rem 0 2.5rem;
  padding: 1.5rem 1.6rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, .42);
}

.office-note h3 {
  margin: 0 0 .7rem;
  color: var(--wine);
  font: 400 1.55rem "Libre Caslon Display", serif;
}

.office-note p {
  margin: .65rem 0;
  font-size: .95rem;
}

#offices .document {
  align-items: start;
}

#offices .document p {
  max-width: 58rem;
  font-size: .86rem;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .office-note {
    padding: 1.2rem;
  }
}
