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

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

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

.text-component ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 8px;
}

.text-component a {
    color: var(--primary-color);
}

.text-component a:hover {
    text-decoration: underline;
}
