.weblog__relatedPosts .postList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--gutterLarge);
}

.weblog__relatedPosts .c-card {
    max-width: var(--maxTextWidth);
}
