.program-card {
  display: flex;
  flex-direction: column;
}
.program-card h3 {
  font-family: var(--font-family-body);
  font-size: 18px;
}

.programs-of-study-cards .card {
  border-radius: 0 0 12px 12px;
}
.programs-of-study-cards .card .wrapper {
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
