/* v216: desktop-only equal lower-panel height and balanced action spacing. */
@media (min-width: 992px) {
  /* Both columns finish on the same baseline. */
  #why-wmf.wmf-v211-desktop .why-body {
    align-items: stretch !important;
  }

  #why-wmf.wmf-v211-desktop .why-benefits-panel,
  #why-wmf.wmf-v211-desktop .why-tech-panel {
    align-self: stretch !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* The left panel receives the height of the taller technology panel. */
  #why-wmf.wmf-v211-desktop .why-benefits-panel {
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 24px 0 !important;
  }

  /* Auto margins split the remaining height equally above and below the buttons. */
  #why-wmf.wmf-v211-desktop .why-actions {
    flex: 0 0 auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding-top: 0 !important;
  }
}
