.view-hstack {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.view-hstack > * {
    min-width: 240px;
}
