.nearst-layout__cluster {
  overflow: hidden;
  --space: 1.5rem;
}

.nearst-layout__cluster > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: calc(0px - calc(var(--space) / 2));
}

.nearst-layout__cluster > * > * {
  margin: calc(var(--space) / 2);
}