.treatment-ul {
  list-style: none;
}
.treatment-ul:before {
  content: "✔";
  color: "#33ccff";
  font-weight: 900;
  margin-right: 5px;
}
