.sfdr-list {
}
.sfdr-list .list_2 {
  margin-left: 1.5em;
}

.section ul.sfdr-list li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: var(--fg);
  border: 2px solid var(--fg);
  border-radius: 50%;
}

.section ul.sfdr-list li.list_2::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid var(--fg);
  border-radius: 100%;
}
