.nearst-layout__stack {
  --space: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.nearst-layout__stack > * {
  margin-top: 0;
  margin-bottom: 0;
} 

.nearst-layout__stack > * + * {
  margin-top: var(--space);
}