ul.bullets {
    list-style: none;
    margin: .75rem 0;
}

ul.bullets li {
    padding-left: 1.4rem;
    position: relative;
    font-size: .93rem;
    color: lightskyblue;
    margin-bottom: .5rem;
    line-height: 1.65;
}

ul.bullets li::before {
    content: '';
    position: absolute;
    left: 0; top: .6em;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: lightskyblue;
}

ul.bullets li strong { 
    color: lightskyblue; 
    font-weight: 500; 
}