.archive h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 6rem;
}
.archive h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 0.7rem auto 1rem;
  background-color: #999;
}
.archive.post-type-archive-works .title {
  font-size: 0.8rem;
}/*# sourceMappingURL=archive.css.map */