.history-list li {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.0em;
}

.history-list li p {
  font-size: 1.6em;
  font-weight: 400;
}

.history-list h2 {
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 3.2em;
  border-bottom: 1px solid #032143;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.history-list figcaption {
  font-size: 1.4em;
  padding: 5px 0 10px;
  font-weight: 400;
}

@media screen and (min-width: 61.25em) { /* 980px breakpoint */
  .history-list li {margin-bottom: 0; padding-bottom: 50px;}
}

figure, figcaption {display: block;}
