.homepage-featured-products {
  --collection-highlights-top: 3.6rem;
  --collection-highlights-bottom: 3.6rem;
}

.homepage-featured-products .collection-highlight__title {
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  line-height: 1.18;
}

.homepage-featured-products .collection-highlight:first-child {
  padding-top: 3.5rem;
}

@media screen and (max-width: 749px) {
  .homepage-featured-products .collection-highlight__title {
    font-size: 2.3rem;
  }
}

