.basic-block
{
    font-family: var(--font-roboto);
    font-size: 18px;
}

.custom-bullets ul
{
    list-style-type: none;
    padding-left: 0rem;
}

.custom-bullets li
{
    position: relative;
    padding-left: 1.5rem;
}

.custom-bullets li::before
{
    font-family: var(--font-awesome);
    content: '\f192';
    color: var(--primary-color);
    font-weight: 900;
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
}