section.links {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

section.links > * {
  display: block;
}

@media screen and (min-width: 60rem) {
  section.links {
    display: table;
    table-layout: fixed;
    border-spacing: 2rem 0;
    max-width: 56rem;
    margin: 2rem auto;
    text-align: center;
  }

  section.links > * {
    display: table-cell;
    width: 33.333%;
    text-align: center;
    vertical-align: center;
  }
}
