.teaching-page {
  width: 780px;
  margin: 0 auto;
}

.section-heading {
  font-family: "Courier New", Courier, monospace;
  font-size: 17px;
  font-weight: 700;
  color: var(--green);
  margin: 0 0 18px 0;
}

.teaching-block {
  margin-bottom: 20px;
}

.institution {
  margin: 0 0 8px 0;
  font-size: 0.92em;
  font-weight: 500;
  color: #666666;
}

.course-list {
  margin: 0 0 0 23px;
  padding: 0;
}

.course-list li {
  margin-bottom: 6px;
  font-size: 0.94em;
  font-weight: 400;
}

.course-list li::marker {
  font-size: 0.80em;
  color: #555555;
}

.course-detail {
  color: #666666;
  font-size: 0.92em;
}

.feedback-heading {
  margin-top: 34px;
}

.feedback-block {
  margin-bottom: 20px;
}

.feedback-course {
  margin: 0 0 5px 0;
  font-weight: 400;
  font-size: 0.92em;
}

.feedback-course span {
  color: #777777;
  font-style: italic;
  font-size: 0.90em;
  font-weight: 400;
}

.quote {
  margin: 0 0 0 23px;
  font-size: 0.93em;
  font-style: italic;
  color: var(--text);
}

@media (max-width: 760px) {

  .teaching-page {
    width: auto;
  }

}
