#testimony ul {
  list-style: none;
  padding: 10px;

}

#testimony li {
  margin: 50px;

}

#testimony .quote {
  /*color: var(--textcolor);*/
}

#testimony .source {
  text-align: end;
  /*color: var(--textcolor);*/
}

#testimony .quote:before {
  content: '';
  background-image: url(/assets/flower.svg);
  width: 30px;
  height: 30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
  padding: 5px 18px;
  margin: 0;
}
