/* Homepage launch stages: keep the outcome label separate from long copy. */
.launch-stages-grid .launch-stage {
  display: flex !important;
  flex-direction: column !important;
  min-height: 420px !important;
}

.launch-stages-grid .launch-stage p {
  margin-bottom: 22px !important;
}

.launch-stages-grid .launch-stage strong {
  position: static !important;
  display: block !important;
  margin-top: auto !important;
  padding-top: 18px !important;
  border-top: 1px solid #d9e8e2;
  line-height: 1.25 !important;
}

@media (min-width: 901px) and (max-width: 1365px) {
  .launch-stages-grid .launch-stage {
    min-height: 440px !important;
  }
}

@media (max-width: 900px) {
  .launch-stages-grid .launch-stage {
    min-height: 0 !important;
  }

  .launch-stages-grid .launch-stage strong {
    margin-top: 22px !important;
  }
}
