.review-rating-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-logo img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.review-text {
  display: flex;
  flex-direction: column;
}

.rating {
  display: flex;
  align-items: center;
}

.rating span {
  margin-right: 5px;
}

.rating span:last-child {
  font-weight: bold;
}
