main {
  max-width: 1000px;
}
main section {
  margin-bottom: 46px;
}
main section h3:first-child {
  margin-top: 0;
}
main section h3 {
  margin-top: 48px;
}
main section article {
  flex-direction: row;
  border: 1px solid #f0f0f0;
  margin-top: 24px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fafafa;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 599px) {
  main section article {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  main section article {
    margin-bottom: 25px;
  }
}
main section article .article-content {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
main section article .article-content h2 {
  margin-bottom: 8px;
  font-weight: bold;
  padding: 24px;
  padding-bottom: 0;
}
main section article .article-content h4 {
  margin-bottom: 8px;
  font-weight: bold;
  padding: 24px;
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 16px;
}
main section article .article-content h4 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
main section article .article-content p {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0 24px;
}
main section article .article-content p:first-child {
  margin-top: 16px;
}

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