ul.tp{
  list-style: none;
  margin:0;
}

ul.tp li::before {
  content: "\2022";
  color: #79a342;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}