.collection__title h2{
  text-align: center;
  color: var(--black, #262626);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
}


@media screen and (max-width: 750px){
  .collection__title h2{
    font-size: 24px;
    line-height: 30px; /* 125% */
  }
}