 #testimonials {
  background-color: var(--primary-color);
}

.testimonial-title{
text-align:center;
color: white;
}

.testimonial {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  flex: 1 1 30%;
  height: 100%;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 10px;
  color: #333;
}

.testimonial-author {
  text-align: left;
  font-weight: bold;
  color: var(--primary-color);
}

.testimonial::before {
  content: "“";
  font-size: 3rem;
  line-height: 1;
  color: var(--primary-color);
  display: block;
  margin-bottom: 0;
}

.testimonial-avatar {
  display: none;
} 
.testimonial-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.testimonial-header p{
    color: var(--primary-color);
}