.testi-single-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
  height:320px;
}
@media (max-width: 767px) {
  .testi-single-box {
    height:564px;
  }
}

/* Top Right Star Rating */
.testi-rating-top-right {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  gap: 4px;
  color: gold; /* Golden stars */
  font-size: 16px;
  z-index: 10;
}

.testi-autor img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.testi-source {
  font-size: 13px;
  color: #777;
}

.testi-source .google-icon {
  height: 20px;
  vertical-align: middle;
  margin-bottom: 4px;
}