.testimonial__stars{
	display:flex;
	gap:4px;
}

.testimonial__stars .fa-solid.fa-star{
	color:#f5b301;
}

.testimonial__stars .fa-regular.fa-star{
	color:#d9d9d9;
}