.paragraph--type--simple-links-item .simple-links-item {
  color: inherit;
  opacity: inherit;
  text-decoration: none;
  font-weight: bold;
}

.paragraph--type--simple-links-item .simple-links-item::before {
  font-family: "FontAwesome";
  content: "\f08e";
  display: inline-block;
  color: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 2rem;
  text-decoration: none;
  vertical-align: middle;
  margin-left: -45px;
}

.paragraph--type--simple-links-item {
  list-style-type: none;
}
