.collection-hero__title {
  margin: 0;
  font-weight: 700;
}

.collection-hero__title + .collection-hero__description {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}

.collection-hero__title + .collection-hero__description p {
  margin-top: 6px;
  margin-bottom: 6px;
}
