

ul.listmarker li {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  list-style-type: none;
  background-image: url("../img/list-marker.svg");
  background-repeat: no-repeat;
}

ul.listmarker.listmarker--small li {
  background-position: 0 0.3rem;
}

ul.listmarker.listmarker--medium li {
  background-position: 0 0.45rem;
}

ul.listmarker.listmarker--medium ul {
  margin-top: 8px;
}