.related-posts-cards {
    width: 100%;
    margin: 3em 0 0;
}

.related-posts-cards__title {
    margin: 0 0 1.25em;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #3C5B6C;
    font-weight: 700;
}

.related-posts-cards__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.related-posts-cards .custom-post-card:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .related-posts-cards {
        margin-top: 2em;
    }

    .related-posts-cards__title {
        font-size: 1.25rem;
        margin-bottom: 1em;
    }
}
