/* Make Home research-theme cards resilient to taller fonts and wrapped copy. */
.dual-home .dual-card {
  display: flex;
  flex-direction: column;
  min-height: 350px;
}

.dual-home .dual-card h3 {
  margin-top: 7.1rem;
  margin-bottom: .65rem;
  line-height: 1.25;
}

.dual-home .dual-card p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.55;
}

.dual-home .dual-card__meta {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: auto;
  padding-top: .85rem;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .dual-home .dual-card {
    min-height: 330px;
  }
}
