.post-grid {
    margin: 2.5rem 0;
    height: 100%;
}

@media (max-width: 992px) {
    .post-grid {
        margin: 1.5rem 0;
    }
}

.post-grid h2 {
    margin-bottom: 3.5rem;
}

.post-card {
    padding-bottom: 1.25rem;
    border-radius: 0.75rem;
    background: var(--white-color);
    margin-bottom: 1.25rem;
}

.post-card img {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    margin-bottom: 0;
    height: 12.875rem;
    width: 100%;
    object-fit: cover;
}

.post-card-info {
    padding: 1.25rem 1.25rem 0;
}

.post-card-info h6 {
    margin-bottom: 0.75rem;
}

.post-card-info p {
    margin-bottom: 1.25rem;
    color: var(--black-color);
}

.post-card-bottom {
    padding: 0 1.25rem;
    margin-top: auto;
    margin-bottom: 0.5rem;
}