ul.section-list > .section-list__item {
  list-style: none inside;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  color: black;
  margin: 0;
  padding: 0.75rem 0;
}
ul.section-list > .section-list__item:before {
  content: "\00A7" attr(data-val);
  margin-right: 0.75rem;
  padding: 0.25rem;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 100;
  float: left;
  background: #2B5F46;
  border-left: revert;
  position: revert;
  border-top: revert;
  border-bottom: revert;
  width: 4rem;
}
