.tos {
    list-style: none;
}

.tos::before {
    content: '- ';
    color: var(--primary);
    font-weight: bold;
}

.tos::after {
    content: ' .';
}