.product__title h1,
.collection-hero__title{
  font-size: 24px;
}

@media screen and (min-width:641px){
  .product__title h1,
  .collection-hero__title{
    font-size: 28px;
  }
}
