.list-sections
{
    margin-bottom: 24px;
}

.title_list
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
}

.section
{
    margin-bottom: 8px;
}

.section a
{
    text-decoration: none;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    transition: color 0.2s ease;
    display: block;
    padding: 4px 0;
}

.section a:hover
{
    color: #333;
}
