.green-check {
  list-style: none;
  padding-left: 0;
}

.green-check li::before {
  content: "✔";
  color: green;
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
