 /*
 Theme Name: divi-child
 Template: Divi
 Version: 1.0
*/

/* Klasse direkt an UL/OL hängen */
.fa-list {
  list-style: none !important; /* Bullet aus */
  margin: 0;
  padding: 0;
}

/* Falls Divi verschachtelte ULs erzeugt */
.fa-list ul,
.fa-list ol {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.fa-list li {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.6em;
}

/* Dein Icon */
.fa-list li::before {
  font-family: "Font Awesome 7 Brands";
  content: "\f299"; 
  font-weight: 900;
  position: absolute;
  left: 0;
  top: .1em;
  /*color: #c8d5b9;*/
  color: #28af63;	
  line-height: 1.6em;
}


