.TextBlock-container ul.bullets li {
    background: none;
    padding-left: 0;
    border-color: #888;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}   

.TextBlock-container ul.bullets li:last-child {
    border-color: #888;
}

.bullets div  {
    display: flex;
    align-items: center;
}

.bullets svg {
    width: 48px;
    height: 48px;
}

.bullets svg path {
    fill: var(--secondary);
}

.flex-items-with-bullets > div  {
    display: flex;
    flex-wrap: wrap;
}

.flex-items-with-bullets > div h4 {
    margin-bottom: 1rem;
}

.flex-items-with-bullets > div > p {
    width: 40%;
}

.flex-items-with-bullets > div .bullets {
    margin-left: auto;
    width: 50%;
}

.flex-items-with-bullets > div .bullets p {
    font-size: 0.8rem;
}

@media (max-width:860px) { 
    .flex-items-with-bullets > div {
        display:block;
    }

    .flex-items-with-bullets > div > p,
    .flex-items-with-bullets > div .bullets {
        width: 100%
    }
}