.category-news-container {
    /* background-color: #d1c9c2 !important; */
}

.category-news-container .category-name {
    font-size: 1.5rem;
    padding: 19px 10px 0px 10px;
    font-weight: bold;
}

.category-news-container .sub-category-name {
    /* padding: 19px 10px 0px 10px; */
}

.category-news-container .loop-post .post-body .content {
    color: black !important;
}

.category-news-container .loop-post .post-body .post-more {
    position: absolute;
    bottom: 14px;
    right: 0;
}

.category-news-container .news-date {
    background: rgb(45 50 132 / 90%) !important;
    color: white;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Merriweather', serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

.category-news-container .news-date .day {
    font-size: 1rem;
}

.category-news-container .news-date .year,
.category-news-container .news-date .month {
    font-size: 0.7rem;
}


.category-news-container .separator {
    width: 100%;
    position: relative;
}

.category-news-container .separator .knot {
    position: absolute;
    height: 5px;
    width: 14%;
    background: #c5c5c5;
    left: 1%;
    top: -4px;
    border-radius: 6%;
}

.category-news-container .separator:before {
    content: '';
    position: absolute;
    border-bottom: 1px #c5c5c5 solid;
    width: 89%;
    z-index: 0;
    left: 10%;
}

@media(max-width:768px) {
    .category-news-container .news-date {
        width: 100%;
        display: block;
        text-align: center;
    }

    .category-news-container .separator .knot {
        left: 4%;
    }

}