#content
{
    padding-bottom:100px;
    line-height: 130%;

    color:#666;
    h2
    {
        font-weight: 600;
        font-size: 1.3em;
        padding:20px 0;
        color:$main-color;
    }
    ul,ol
    {
        padding:20px 0;
        li
        {
            padding:10px 0;
            &::before
            {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f00c";
                color:$main-color;
            }
        }
    }
    p
    {
        padding:10px 0;
    }

}
