.collection-header {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
  padding-bottom: var(--space--md);
}

@media screen and (width >= 1024px) {
  .collection-header {
    padding-bottom: var(--space--lg);
  }
}
