.product__title {
  word-break: unset !important;
  margin-bottom: 1.5rem;
  overflow-wrap: break-word;
  hyphens: auto;
  font-size: 30px;
}