.section-landing{
    background-image: url("../img/news/landing-background.jpg");
}
.news-date{
    background: linear-gradient(90deg, #3f972c, #a0c700) !important;  
}
a{
    color: black;
}
.news-row a{
    color: #0000EE;
    text-decoration: underline;
}
.newscircle {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
}
.yearly-archive li{
    text-decoration: none;
    list-style-type: none;
    display: inline;
    font-size: 21px;
    font-weight: 400;

}
.yearly-archive li::after{
    content: ', ';
}
.yearly-archive li:last-child::after{
    content: '';
}
.yearly-archive p{
    font-size: 18px;
}