@media print, screen and (min-width: 48em) {
    .aggregate__results .card {
    width: calc(33% - .5rem);
    margin-bottom: 1rem;
  }
}