.review-highlight-section {
  /*background: #f6faff;*/
  /*border-top: 3px solid #1b2a4e;
  border-bottom: 3px solid #1b2a4e;*/
  margin-top: 50px;
}

.rating-box .rating-number {
  font-size: 48px;
  font-weight: 700;
  color: #1b2a4e;
}

.stars {
  font-size: 30px;
  color: #f4b400;
  font-weight: bold;
  margin-left: 10px;
}

.review-text {
  font-size: 16px;
  color: #333;
  max-width: 480px;
}
.five-star-text {
  font-size: 25px;
  font-weight: 600;
  color: #1b2a4e;
}
/* Responsive tweaks */
@media (max-width: 767px) {
  .rating-box .rating-number {
    font-size: 38px;
  }
  .stars {
    font-size: 18px;
  }
}
