.tekst ul,
ul.wp-block-list 
{
padding-left:30px; 
list-style:none;
letter-spacing: normal;
}
.tekst ol,
ol.wp-block-list
{
letter-spacing: normal;
}
.tekst li,
body ul.wp-block-list li 
{ 
list-style: none !important;
margin-bottom:10px; 
position: relative;
line-height: 25px;
}
.wp-block-list li:marker
{
display: none;
}
.tekst ul li:before,
.wp-block-list li:before
{
content: "\f00c";
font-family: "Font Awesome 6 Pro";	
margin:0 5px 0 -15px;
color: #f7e6ca;
position: absolute;
top: 0;
left: 0;
transform: translateX(-100%);
}