Hi Radek,
You can try this custom CSS:
.item-page.project-page ul > li{
padding: 0 0 18px;
font-weight: normal;
font-family: 'Barlow', sans-serif;
color: #fff;
}
.item-page.project-page ul > li:before {
content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-right: 12px;
width: 20px;
height: 20px;
background: #C9504A;
color: #fff;
padding: 6px;
font-size: 8px;
border-radius: 50%;
line-height: 1;
}