.product-title-container {
  .product-title {
    font-size: 1.5rem;
    line-height: 2rem;

    @media only screen and (min-width: 992px) {
      font-size: 1.875rem;
      line-height: 2.375rem;
    }
  }
}
