.p_blue {
  color: blue;
}

.p_bullets {
style-type: disc;
}

li.p_bullets {
    margin: 10px;
}

.p_h2 {
    font-weight: bold; text-decoration: underline; font-size: 35px; margin: 2em 0 1.5em 0; text-align: left;
}
.p_h2.first { margin-top: 1em; }

@media (max-width: 1000px)  {
    .p_h2 { 
        font-size: 25px;
    }
}

.list_container {
/*
    font-size: 15px;
    line-height: 1.5;
*/
    margin: inherit;
    text-align: inherit;
    font-weight: normal;
    text-decoration: none;    
    margin-bottom: 30px;
}

.list_container a {
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}

.p_list {
    margin: 10px;
}

.p_list li {
    font-size: 18px;
    padding: 1em;
}

@media (max-width: 1000px)  {
    .p_list li {
        font-size: 13px;
    }
}