.product__text--content em {
  font-size: var(--font-size-static-lg);
  font-style: normal;
}

.product-card__subtitle {
  font-size: var(--font-size-static-sm);
}

@media screen and (min-width: 750px) {
  .product__content .product__title {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }

}
