/* The guidance uses the site's article design with a readable single column. */
.prospective-students-page {
  max-width: 900px;
}

.prospective-students-page .publication-content {
  font-size: 1rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.prospective-students-page .publication-content > p {
  margin: 0 0 1.4em;
}

.prospective-students-page .publication-content > h2 {
  margin: 2em 0 0.8em;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.5;
}

.prospective-students-page > .publication-header,
.prospective-students-page > .publication-header h1 {
  text-align: start;
}
