.testimonial__card::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.261' height='34.162'%3E%3Cpath fill='%23ccf1ff' d='M43.923 34.16H25.469L36.145 0h13.116Zm-25.469 0H0L10.676 0h13.116Z' data-name='Pfad 10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 50px;
  height: 35px;
  position: absolute;
  top: 0;
  left: var(--space-m);
}
