.collection-hero {
  margin: 6.4rem 0;
}

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

.collection-hero__entry {
  max-width: 65rem;
}

/* Small desktop */
@media (max-width: 1279px) {
  .collection-hero__title {
    margin-bottom: 0;
  }
}
