.collection-hero__inner {
  margin-bottom: 2rem;
}

.collection-hero__text-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }
}

.collection-hero__title {
  margin: 0;
}

