.collection-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.collection-hero__text-wrapper {
  flex-basis: 100%;
}

.collection-hero__title {
  margin: 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 16px;
  font-size: 16px;
}


.collection-hero--with-image .collection-hero__title {
  margin: 0;
}