/*references list*/
.references {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #F2F2F2;
  padding: 30px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
}
.references ul ,
.references ol {
  margin: 0 0 0 1em;
  width: 100%;
}
.references h5 {
  font-family: "Helvetica Neue", sans-serif;
  color: #1F1F1F;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 13px;
}
.references a {
  color: #DE5C3E;
  text-decoration: underline;
}
.references p {
  margin-bottom: 5px;
  color: #1F1F1F;
}
