.text-component ul {
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0;
}

.text-component ul li {
    position: relative;
    padding-left: 30px;
}

.text-component ul li:not(:last-child) {
    margin-bottom: 15px;
}

.text-component ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 3px;
    top: 9px;
    transform: rotate(312deg);
    z-index: 2
}

.text-component ul li:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0a4d80;
    position: absolute;
    top: 5px;
    left: 0;
}