.tos-List{
    background-color: #f0f0f0;
    padding: 15px;
    margin-bottom: 25px;
}
.tos-List__Item{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 0.75em;
}
.tos-List__Item:last-child{
    padding-bottom: 0;
}
.tos-List__Item::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: currentColor;
}