.selected-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}
.selected-post-item {
    text-align: center;
}
.selected-post-thumb img {
    width: 100%;
    height: auto;
}
.selected-post-title {
    margin-top: 0.5em;
    font-size: 1.2em;
}