.collection-heading-wrapper .section-title h2 {
  font-size: 50px;
  font-weight: bold;
}
.collection-heading-wrapper .section-title h2 span {
  font-weight: normal;
  color: #9a51e0;
}
@media screen and (max-width: 749px) {
  .collection-heading-wrapper .section-title h2 {
    font-size: 26px;
  }
}
