.product-subtitle {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.product-subtitle__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgb(91, 91, 91);
  margin: 0;
}

@media screen and (min-width: 750px) {
  .product-subtitle__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

