.--extendedTitle .postListPost {
    padding-bottom: var(--marginMedium);
}

@media (min-width: 768px) {
    .--extendedTitle .postListPost__imageWrapper {
        flex: 0 0 20%;
    }
}
