/* v7272 — WHS Software: compact, equal-height information-card rows on desktop */
@media (min-width: 1001px) {
  html body.v71-page-whs-software main section[data-v75-index="5"] .info-grid {
    grid-auto-rows: auto !important;
    align-items: stretch !important;
    align-content: start !important;
    row-gap: 24px !important;
  }

  html body.v71-page-whs-software main section[data-v75-index="5"] .info-grid > .info-card {
    align-self: stretch !important;
    height: 100% !important;
  }
}
