.product h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .product h1 {
    font-size: 27px;
    letter-spacing: 0px;
  }
}