section#legacy .card-list .header {
  font-size: 22px;
  font-family: 'hn';
  margin-bottom: 10px;
  font-weight: 400;
}

section#legacy .card-image img {
  max-width: 100%;
}

section#legacy .market-cards {
  justify-content: center;
}

section#legacy .market-cards.card-list .card {
  /* max-width: 400px; */
  width: 80%;
}

@media (min-width: 540px) {
  section#legacy .market-cards {
    justify-content: flex-start;
  }

  section#legacy .market-cards.card-list .card {
    width: 47%;
  }
}

section#legacy .market-cards.card-list .card {
  background-color: #F4F7FA;
}

section#legacy .market-cards.card-list .card a {
  text-decoration: none;
}

section#legacy .market-cards.card-list .card a:hover, section#legacy .program-cards .card a:hover {
  color:#808080;
}

section#legacy .program-cards .card-image {
  height: 195px;
  margin-top: auto;
  margin-bottom: auto;
}

section#legacy .program-cards a {
  text-decoration: none;
}

section#legacy .program-cards .card-external-link i {
  color: #4d4d4d;
  margin-left: 7px;
  font-weight: 500;
}

section#legacy .card-list.leadership {
  display: none;
}
