.derniers-articles-accueil .articles-recents.posts {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    /* max-width: 600px; */
    /* margin: 0 auto; */
}

.derniers-articles-accueil .articles-recents.posts > * {
    flex: 1 1 calc(50% - 1em);
    box-sizing: border-box;
}