.review-container {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 18px;
}
.stars {
  color: orange;
  font-size: 24px;
  margin-right: 10px;
}
.text {
  font-weight: 700;
}
