.rating {
    margin-top: 10px; /* Add spacing between text and stars */
}

.rating i.fa-star {
    color: gold; /* Golden color for stars */
    font-size: 14px; /* Adjust size of stars */
}
.testimonial-text{
	height: 370px;
}
.banner-video {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.rating-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -31px;
}

.rating i {
  color: #ffc107;
  margin-right: 2px;
  font-size: 14px;
}
.testimonial-name{
	font-size: 15px;
}
.google-info {
  text-align: right;
}

.google-info .date {
  font-size: 12px;
  color: white;
  margin: 2px 0 3px;
}

.google-info img {
  width: 80px;
  height: auto;
  display: inline-block;
}
.testimonial-2 .testimonial-name, .testimonial-8 .testimonial-name{
	padding: 1px;
}
@media (max-width: 767px) {
	.testimonial-name{
		font-size: 14px;
	}
	.testimonial-text{
	height: 456px;
}
}