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

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

.collection-hero__title {
  margin: 0;
  margin-bottom: 10px;
}

.collection-hero__title + .collection-hero__description {
  margin-bottom: 10px;
}