.collection-header-new .collection-header__title h1 {
  font-family: var(--accent-font);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.collection-header-new .collection-header__text-content {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .collection-header-new .collection-header__title h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  .collection-header-new .collection-header__text-content {
    padding-top: 100px;
  }
}