.post-group-title {
    overflow: hidden;
    padding-top: 1rem;
}

.post-group-title h3 {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}

.post-group-title h3,
.other-post-wrap h3{
    font-size: 24px;
    color: #1E53BE;
    font-weight: 600;
}

.news-head-table{
    padding: 0;
    .news-table-title{
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 2.4rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .news-table-subtitle{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
    }
    .news-table-subtitle::before{
        display: inline-block;
        content: "Ngày:";
        padding-right: 0.5rem;
    }
}