.about__reviews .about__stars + p {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  position: relative;
  top: 2px;
  left: 1px;
}

.about__stars .icon svg {
  fill: #fee981;
	width: 15px;
	height: 15px;
}

.about__stars .icon._active svg {
	fill: #FDD403;
}