.SpecialList {
  list-style: none;
}
.SpecialList > li {
  padding-left: 1.5em;
  position: relative;
}
.SpecialList > li:before {
  content: "•";
  display: block;
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: 0.25em;
  left: 0;
  line-height: 0;
}
.SpecialList > li:not(:nth-child(1)) {
  margin-top: 0.7em;
}
