.filter__month_disable .jq-selectbox__dropdown{
    display: none !important;
}
.filter__month_disable{
    opacity: 0.4;
}
.news_list .news_post:nth-child(3n-1) {
    margin: 0 20px;
}
.news_info{
    min-height: 60vh;
}

.news_filter ul{
    padding-left: 0 !important;
}
.news_filter .jq-selectbox ul li {
    margin-bottom: 0;
    color: black;
}
.news_filter .jq-selectbox ul li:hover{
    color: white;
}