.footnotes-list {
  list-style: none;
  padding-left: 0;
}
.footnotes-list li,
.footnotes-list p {
  margin-left: 6px !important;
}
.footnote-text {
  margin-left: -6px !important;
  text-indent: 0px !important;
  font-size: 12px !important;
}
.footnote-text sup:first-of-type {
  font-weight: 700 !important;
  top: -0.6em !important;
}
@media screen and (min-width: 768px) {
  .footnote-text {
    font-size: 14px !important;
  }
}
