.trellis-recommended-products h3 {
  margin-bottom: var(--spacing2x);
  font-size: var(--text-heading-6);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  text-align: left;
  text-transform: capitalize;
}
@media screen and (min-width: 990px) {
  .trellis-recommended-products h3 {
    margin-bottom: var(--spacing3x);
    font-size: var(--text-heading-5);
  }
}
