.collection-hero__title {
  font-family: "Nineties Headliner";
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #171719;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .collection-hero__title {
    font-size: 44px;
  }
}

@media screen and (max-width: 749px) {
  .collection-hero__title {
    font-size: 32px;
  }
}
