.ipsType_richText ul:not([class]) li::before {
  color:#2e74b7;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f138";
}

.ipsType_richText > ul:not([class]),
.ipsType_richText > ul:not([class]) ul {
    list-style-type: none;
}