@media (min-width: 761px) {
  .tech-page .grid.three { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .tech-page .grid.three > .card { grid-column: span 2; }
  .tech-page .grid.three > .card:nth-last-child(2) { grid-column: 2 / span 2; }
  .tech-page .grid.three > .card:last-child { grid-column: 4 / span 2; }
}
