body .h2,
body h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  body .h2,
  body h2 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
}

/* list marker icon */
article .field--view-mode-full ul li {
  position: relative;
}
body article li::marker {
  color: transparent;
}
article .field--view-mode-full ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  left:-21px;
  top: 8px;
  display: block;
  position: absolute;
}
