/* Start custom CSS for text-editor, class: .elementor-element-36eb8ce */.grades-bullet{
    list-style: none;
}
.grades-bullet li::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #5198c5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}/* End custom CSS */