.blck-html {}
.blck-html h2 {font-size: 27px;font-weight: 800;margin: 0 0 30px 0;}
.blck-html h3 {font-size: 18px;font-weight: 700;margin: 30px 0 12px 0;}
.blck-html p {}
.blck-html ul { padding: 0; list-style: none; margin: 0 0 20px 0; }
.blck-html ul li { position: relative; padding: 0 0 0 27px; margin: 0 0 3px 0; }
.blck-html ul li::before {content:"\f00c";font-family: "Font Awesome 6 Pro";font-weight: 900;position: absolute;left: 0;top: 0px;font-size: 22px;line-height: 1;color: var(--c-main);}

.blck-html ul.bullets li {
    padding: 0 0 0 16px;
}
.blck-html ul.bullets li::before {content:"\f111";font-size: 8px;top: 8px;}
.blck-html ul.files li::before {content:"\f15b";font-size: 19px;top: 3px}
.blck-html ul.downloads li::before {content:"\f019";font-size: 19px;top: 2px;font-weight: 400;}
.blck-html ul.links li::before {content:"\f08e";font-size: 17px;top: 3px;font-weight: 400;}
.blck-html a {color:#000}
