/*
 * P3.7 preserves the validated P1 grid, cards, spacing, motion and breakpoints.
 * Only the final two cards are centered in the existing four-column desktop grid.
 */
body.kts-p37-treatment-production .kts-p37-treatment-grid {
  width: 100%;
}

body.kts-p37-treatment-production .kts-p37-treatment-grid > .kts-p01-service {
  min-width: 0;
}

@media (min-width: 1200px) {
  body.kts-p37-treatment-production .kts-p37-treatment-grid > .kts-p01-service:nth-child(9) {
    grid-column: 2;
  }

  body.kts-p37-treatment-production .kts-p37-treatment-grid > .kts-p01-service:nth-child(10) {
    grid-column: 3;
  }
}
