.collection-hero {
  padding-bottom: 24px;
}

.collection-hero__title {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .collection-hero__title {
    font-size: 36px;
  }
}