/* v7271 — Workforce relationship cards: align divider and outcome copy */
@media (min-width: 1001px) {
  html body.v71-page-who-one-is-for main #workforce-choices .v7110-people-guide-grid > .people-guide-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  html body.v71-page-who-one-is-for main #workforce-choices .v7110-people-guide-grid > .people-guide-card > .one-term {
    height: 128px !important;
    min-height: 128px !important;
    margin-top: auto !important;
    padding-top: 16px !important;
    border-top: 1px solid #E0EBDD !important;
    box-sizing: border-box !important;
  }
}
