/* CSS Document */
#topics {
  margin: 30px 0
}

#topics ul li {
  position: relative;
  padding-left: 15px
}

#topics ul li:not(:last-child) {
  margin-bottom: 10px
}

#topics ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef7924
}

#topics ul li a {
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #333
}

#topics ul li a span {
  font-size: 1.4rem
}

#topics #topicsCont p {
  line-height: 1.8em
}

#topics #topicsCont span {
  /* display: block; */
  margin-top: 10px
}
