.collection-hero {
  position: relative;
}

.collection-hero__text-wrapper {
  margin-top: 2rem;
  text-align: center;
  z-index: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.collection-hero__text-wrapper * {
  margin: 0;
}

.collection-hero__inner .media img {
  border-radius: 0;
}
