.glossary dl {
  @media screen and (min-width: 1024px) {
    display: grid;
    grid-template-columns: 20vw 1fr;
  }
}
