#testimoni {
  background: #f8f9fa;
}

.testimoni-card {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin: 20px;
}

.rating {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.testimoni-card p {
  font-style: italic;
  margin-bottom: 20px;
  color: var(--gray);
}

.testimoni-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimoni-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimoni-author h5 {
  margin: 0;
  font-weight: 600;
}

.testimoni-author span {
  color: var(--gray);
  font-size: 0.9rem;
}
