section ul {
    margin-left: 40px;
    padding-left: 0;
}
section{
    /*font-size: 16px;*/
    font-weight: 300;
}
section h2{
    margin-top: 20px;
    margin-bottom: 10px;
    /* color: #00587c; */
    font-size: 16px;
    font-weight: 700;
    line-height: 1.0;
}
section h2:first-of-type{
    margin-top: 0;
}
section p{
    margin-bottom: 20px;
}