.th-dynamic li {
	font-size: 18px;
	line-height: 28px;
	font-weight: var(--weight-400);
	margin-bottom: 0;
	color: #6b7280;
	list-style: none;
	position: relative;
	padding-left: 25px;
}
.th-dynamic span {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  margin-bottom: 0;
  color: #6b7280;
}
.th-dynamic h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: var(--weight-600);
	margin-bottom: 10px;
	color: #000;
}


.th-dynamic li:after {
  left: 0;
  top: 9px;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: var(--white);
  border-radius: 50%;
  z-index: 0;
  border: 2px solid var(--color-2);
}
.th-dynamic li::before {
  left: 3.7px;
  top: 12.5px;
  position: absolute;
  content: "";
  width: 7.5px;
  height: 7.5px;
  background: var(--color-2);
  border-radius: 50%;
  z-index: 1;
}
.th-dynamic ol, .th-dynamic ul {
  padding: 0;
}

.th-dynamic h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
.th-dynamic h5 {
  font-size: 18px;
  line-height: 28px;
}
.th-dynamic p {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  margin-bottom: 0;
  color: #6b7280;
}