
.content p {
    line-height: 180%;
}

h4 {
    background: #b3a439;
    color: #000;
    padding: 4px;
    border-radius: 4px;
}


.date {
    text-align: center;
}


#news-list a {
    color:#ccc;
}
#news-list ul  {
    list-style: none !important;
}

#news-list ul li::before {
    content: "\27a1";
    color: #b3a439; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.5em; /* Also needed for space (tweak if needed) */
    margin-left: -1.4em; /* Also needed for space (tweak if needed) */
}

#news-list ul li {

}