.template--before_and_after { margin: 0 auto; width: 75%; display: flex; flex-flow: column wrap; justify-content: space-between; align-items: center; gap: var(--space-sm); } .template--before_and_after > * { flex: 1 0 25%; }