/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .post_list h4{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
}

.post_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post_list ul li{
    margin-bottom: 8px;
}
.post_list ul li a{
    text-decoration: none;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: normal;
    padding: 0!important;

}
.post_list ul li a:hover{
    text-decoration: underline;
}