.icon-text-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  justify-content: space-between;
}

.icon-text-badges__item {
  display: flex;
  align-items: flex-start;
  color:#fff;
  line-height: 26px;
  padding-left: 40px;
  background: url(li.png) no-repeat left center / auto 100%;
}