.rating-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 1px;
  padding-left: 27px;
  background: url(star.svg) no-repeat left center;
}

.rating-badge__value {
  font-weight: 400;
font-size: 14px;
line-height: 140%;
color: rgba(56, 34, 24, 0.6);
display: block;
padding-top: 1px;
}
