.quote,
.content-block blockquote {
  @apply italic leading-relaxed border-l-2 border-black pl-4 py-2 ml-6;

  width: 80%;
  max-width: 60em;
}