.testimonial-name{
  font-weight: 600;
}
.testimonial-invest{
  color: rgba(109, 109, 109, 0.6);
  font-weight: 500;
}
.rating-stars{
  margin-top: 20px;
}
.testimonial-video{
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 430px;
}
@media screen and (max-width: 1024px){
  .testimonial-video{
    max-width: 100%;
  }
}