.title-category { margin-bottom: 20px; }
.title-category h1 {
  font-weight: 900;
  font-size: 28px;
  margin: 0 0 0.5rem;
}
.title-category p {
  font-weight: 400;
  color: var(--gray-600);
  margin-bottom: 0.25rem;
  font-size: 14px;
}
.title-category p span { font-weight: 900; }
.title-category p.description {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0.75rem;
}
