/* Phase XVII-M.23 — Card short description */
.course-card__summary {
  margin-top: 0.25rem;
  color: #1d2230;
  line-height: 1.35;
  max-width: 60ch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
