.terms-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.f-weight.tag::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1456f0;
  top: 50%;
  left: -1.4em;
  transform: translateY(-40%);
}

