/*
 * Facts Styles - List
 */

div#facts-items {
  margin-top: 1.5em;
}
div#facts-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#facts-items li {
  overflow: hidden;
  margin: 0 0 1.75em 0;
  height: 100%;
}
div#facts-items li p {
  margin: 0;
}
