.title-box .box2 {
  box-sizing: border-box;
  height: -moz-max-content;
  height: max-content;
  line-height: 100%;
  margin-left: auto;
  text-align: right;
  display: flex;
  justify-content: right;
}
.title-box .box2 span {
  box-sizing: border-box;
  display: block;
  height: -moz-max-content;
  height: max-content;
  line-height: 100%;
}

h1 {
  margin: 50px auto;
}

.table {
  width: 1000px;
  margin: 100px auto;
  margin-top: 80px;
  max-width: 90%;
}

table th {
  width: 300px;
  position: relative;
  color: #43960f;
  text-align: left;
  font-weight: 600;
}
table th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #43960f;
}
table th::after {
  content: "";
  position: absolute;
  top: 0;
  right: 65px;
  width: 1px;
  height: 100%;
  border-radius: 50%;
  background: #43960f;
}
table th.last::after {
  content: none;
}
table th,
table td {
  font-weight: 600;
  padding-bottom: 50px;
  line-height: 150%;
}

@media (max-width: 700px) {
  table th {
    width: 150px;
  }
  table th::before {
    right: 20px;
    width: 24px;
    height: 24px;
  }
  table th::after {
    right: 32px;
  }
}/*# sourceMappingURL=history.css.map */