.terms.terms--tags {
  padding-top: 30px;
}

.terms.terms--tags h1 {
  position: relative;
  color: #4eee85;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px dotted #4eee85;
  font-size: calc(var(--font-size) * 1.6);
  line-height: 1.3;
}

.terms.terms--tags h1::after {
  content: "";
  position: absolute;
  bottom: 2px;
  display: block;
  width: 100%;
  border-bottom: 3px dotted #4eee85;
}