@media (max-width: 768px) {
  .product__title h1 {
    word-break: break-word;
    font-size: 22px !important;
  }
}
