.product-contact-button {
  width: 100%;
  max-width: 44rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product-contact-button {
    font-size: 1.3rem;
  }
}