.collection-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;

  .collection-description {
    text-align: center;
    margin: 0;

    a {
      text-decoration: underline;
    }
  }

  .collection-image {
    margin-top: 3.2rem;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .collection-header {
    padding-top: 5vw;

    .collection-image {
      display: none;
    }
  }
}
