span.badge.new.no-caption::after { content: ""; } /* some flexy flexbox stuff */ .flex { display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; } .flex .flex-card { display: flex; margin-right: 16px; max-width: 400px; } .flex .flex-card .card { display: flex; flex-direction: column; justify-content: space-between; }