.tag-page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
h1.tag-page-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.tag-page-count {
  font-size: 1.2rem;
}
.tag-page-count span {
  font-size: 1.4rem;
  font-weight: bold;
  margin-inline:0.4rem;
}
