.product-info__title {
    padding-top: 0.4rem;
  }

@media screen and (max-width: 749px) {
  .product-info__title {
    font-size: 2rem !important;
  }
}