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

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

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

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