#pageTitle h1 {
  padding-bottom: 0;
  border-bottom: none;
}

.contentGpArticleDoc .date {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--mono-color-3);
}

@media only screen and (max-width: 959px) {
  #pageTitle h1 {
    font-size: 1.7rem;
  }
}