table tr:first-child,
table tr:first-child span.regularText {
    font-weight: 700;
}
table tr td:first-child span.regularText {
    display: flex;
}
.post-content p:last-child,
.regularText {
    text-align: inherit;
}
.section-post-blog {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 5rem;
}
.table-content {
    position: fixed;
    z-index: 1;
    width: 14%;
}
.post-content .post-section-subtitle:first-child {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.post-content .post-section-subtitle,
post-section-subtitle {
    font-weight: 600;
    letter-spacing: 0.05rem;
}
table {
    width: 100%;
}
table tr td {
    border: 1px solid #000;
    padding: 1rem;
}
.anchor-link,
.post-link {
    text-decoration: none;
    color: #000;
}
.anchor-link:hover {
    color: #000;
    font-weight: 600;
}
.trending-posts-card {
    background: #efefef;
    z-index: 1;
    position: fixed;
    width: 23%;
}
.post-link:hover {
    color: #000;
}
@media (max-width: 991px) {
    .section-post-blog {
        grid-template-columns: 100%;
        padding: 1rem;
    }
    .trending-posts-card {
        z-index: 1;
        position: relative;
        width: 100%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .trending-posts-card {
        width: 30%;
    }
}
.regularText {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 24px;
}
.post-section-subtitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}
.section-TrendingPost {
    background-color: #efefef;
    z-index: 10;
    position: relative;
    padding: 2rem 0;
}
.content-TrendingPost {
    display: grid;
    grid-template-columns: repeat(3, 33%);
}
.container-TrendingPost {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 1em;
}
.text-TrendingPost {
    padding: 1rem;
    display: flex;
    align-items: center;
}
.table-content h1 {
    font-size: 18px;
    font-weight: 700;
}
#table-content .button {
    font-size: 15px;
    text-align: center;
}
@media (max-width: 1024px) {
    .content-TrendingPost {
        grid-template-columns: 100%;
    }
}
