.teacher-note {
  max-width: 820px;
  margin: 5rem auto 0;
  padding: 3rem 3.25rem;
  border-top: 1px solid rgba(44, 37, 32, .2);
  border-bottom: 1px solid rgba(44, 37, 32, .2);
  text-align: center;
}

.teacher-note h3 {
  margin: .45rem 0 1.35rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 500;
}

.teacher-note p:not(.eyebrow) {
  max-width: 690px;
  margin: 0 auto 1rem;
  color: var(--muted);
}

.teacher-note p:last-child {
  margin-bottom: 0;
}

.ceramic-note {
  max-width: 760px;
  margin: 3rem auto 0;
  color: #d4d0ca;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 580px) {
  .teacher-note {
    margin-top: 3rem;
    padding: 2.25rem 0;
  }
}
