ol {
  counter-reset: item
}

ol li {
  display: block
}

ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item
}

ol[style*="list-style-type: lower-alpha;"] li:before {
  content: counters(item, ".", lower-alpha) ". ";
  counter-increment: item
}

ol[style*="list-style-type: lower-greek;"] li:before {
  content: counters(item, ".", lower-greek) ". ";
  counter-increment: item
}

ol[style*="list-style-type: lower-roman;"] li:before {
  content: counters(item, ".", lower-roman) ". ";
  counter-increment: item
}

ol[style*="list-style-type: upper-alpha;"] li:before {
  content: counters(item, ".", upper-alpha) ". ";
  counter-increment: item
}

ol[style*="list-style-type: upper-roman;"] li:before {
  content: counters(item, ".", upper-roman) ". ";
  counter-increment: item
}

.widget-quote__blockquote__footer p{
  margin: 0 !important;
}

.documents-card-right__text .col-9{
  height: 100% !important; 
}

.btn.download-btn{
  height: 100% !important;
}