.ds4-checks {
display: grid;
column-gap: 2em;
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
row-gap: 0.25em;
white-space: nowrap;
}