.quotes {
  display: flex;
  flex-direction: column;
  gap: var(--padding-small);

  h2 {
    margin: 0;
  }
}