.scoreboard {
  grid-template-columns: repeat(2, 1fr);
}

.scoreboard .metric:nth-child(2) {
  border-right: 0;
}

@media (max-width: 760px) {
  .scoreboard .metric:nth-child(-n + 2) {
    border-bottom: 0;
  }
}
