
.bullet-text::before {
  content: "• ";       /* Unicode bullet */
  color: black;        /* bullet color */
  font-weight: bold;
  padding-right: 8px;    /* Adds space before the text */
}