.ev-collection-hero {
  padding: 120px 5% 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  .ev-sub-heading {
    color: var(--ev-blue);
  }

  .ev-collection-heading {
    margin-top: 0;
  }

  @media screen and (max-width: 767px) {
    .ev-collection-heading {
      font-size: 32px;
    }
  }

  .collection-hero__description {
    max-width: 60ch;
    font-size: 16px;
  }
}

