.main-box
{
    margin-bottom: 3rem;
}

.list-header
{
    border-bottom: 1px dotted #999;
    color: #ca0218;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.important
{
    font-weight: bold;
}

ul
{
    padding-left: 1rem;
}

ul li
{
    list-style-type: square;
}

.content-1 p
{
    margin-bottom: 0.25rem;
}