.top-index {
  position: relative;
  padding-left: 30px;
}

.top-index::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
}

.first-index::before {
  border: 3px solid #22b2ac;
}

.second-index::before {
  border: 3px solid #821E67;
}

.third-index::before {
  border: 3px solid #FF6633;
}

.news-item {
  padding: 0.5em 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}/*# sourceMappingURL=top.css.map */