.post-list {
}

.post {
    margin-bottom: 4rem;
}

.meta, .meta a {
    color: #828282;
    margin-bottom: 2rem;
}

.post-title {
    margin-bottom: 1rem;
}

h3.post-title a {
    text-decoration: none;
    color: #4D4D4D;
}

/* Home Page Posts */
.more-posts a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

.more-posts h2 {
    font-size: 1.7rem;
    color: #fff;
    margin: 0;
}

.more-posts button {
    padding: .2rem 2rem;
    font-size: 1.2rem;
    line-height: 1;
}

.single-post {
}

.single-post .meta {
    margin-bottom: 4rem;
}

.blogPag {
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}

.blog .cat-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0;
}

.blog .cat-list li {
    margin: 0;
    list-style-type: none;
}
