/* Match both editorial cards to the Behind the Build text/image proportions. */
@media (min-width: 921px) {
  .editorial > .editorial-card {
    grid-template-columns: 40% 60%;
  }
}
