.downloads {
  list-style: none;
  padding:0px;
}

.downloads a{
  color:#ee7106;
}

.downloads li::before {
  content: "-";
  color: #ee7106;
}