.demo-3 {
  color: #c0c0bf;
}
.demo-3 li a {
  color: #c0c0bf;
}

.demo-3 a:hover {
  color: var(--deshojj-yellow1);
}

.demo-3 ul {
  list-style: none;
}

.demo-3 ul li::before {
  content: "\2022";
  color: var(--deshojj-yellow1);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.2em;
}
