.block.news .filters{
    background: var(--light-green);
    padding: 40px 0;
    color: #000;
}
.block.news .filters h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
}
.block.news .filters label{
    margin-bottom: 10px;
}
.block.news .message{
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
#news_posts {
    margin-top: 50px;
    margin-bottom: 50px;
}
#news_posts .filter_results {
    margin-bottom: 10px;
}
#news_posts .post {
    margin-bottom: 20px;
}
#news_posts .post .inner {
    background: #F9F9F9;
}
#news_posts .post .inner img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}
#news_posts .post .inner .bottom {
    padding: 15px;
}
#news_posts .post .inner .bottom h4 {
    color: #000;
    font-family: Lexend;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 45px;
}
#news_posts .post .inner .bottom .content {
    margin-bottom: 30px;
    color: #0B0C0C;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
