.lisanavilista a {
  font-size: 0.8em;
  font-weight: 600;
  margin: 0 10px;
 display: inline-block; 
 text-transform: uppercase;
 letter-spacing: 0.02em;
 color:#eee;
  }

.lisanavilista::before  {
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 20px;
  position: relative;
  left: 8px;
  top:2px;
  text-decoration: inherit;
  padding-right:5px;
  color: #d0d996;

}