Hi there,
Thanks for contacting us. Please use this css code inside the custom.css file.
Global css
.sppb-addon-text-block .sppb-addon-content ul li:before {
content: "\f111";
position: absolute;
width: 0px;
height: 0px;
top: 2px;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
font-family: "font awesome 5 free";
font-size: 14px;
}
if you wanna change this page css only then use this css code
.itemid-214 .sppb-addon-text-block .sppb-addon-content ul li:before {
content: "\f111";
position: absolute;
width: 0px;
height: 0px;
top: 2px;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
font-family: "font awesome 5 free";
font-size: 14px;
}
-Thanks