section {
  margin-bottom: 50px;
}
section:last-child {
  margin-bottom: 0;
}

.subheading {
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.detail {
  margin: 8px 0;
  text-align: center;
}

.img-container {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.img-container img {
  max-width: 100%;
}

.list {
  display: inline-block;
  padding: 0 6px;
  line-height: 2;
}

.list li {
  text-align: left;
}

.list-style {
  list-style-type: disc;
}