.review-block {
  padding: 10px 15px;
  height: auto;
  border: 1px solid #e3e3e5;
  border-radius: 40px;
}

.review-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.review-img {
  width: 72px;
  height: 32px;
  background: url("../../../assets/img/svg/people.svg") no-repeat center center;
  background-size: cover;
}

.star-icon {
  width: 16px;
  height: 16px;
  background: url("../../../assets/img/svg/star.svg") no-repeat center center;
  background-size: cover;
}

.review-text {
  font-size: 14px;
  font-weight: 400;
  color: #061735;
}

.review-text a {
	color: black;
	text-decoration: none;
}

.review-text a:hover {
	text-decoration: underline;
}

.highlight {
  font-weight: 600;
  color: #5271ff;
}

.review {
	padding-top: 32px;
}

