.container-reviews {
  margin-top: 20px;
  position: relative;
}

.reviews-item {
  padding: 18px;
  gap: 10px;
  border-radius: 4px;
  background: #353535;
}


/* Ваши существующие стили */
.item-reviews-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-case{
  margin-top: auto;
}
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}

.client-info strong {
  font-size: 1.25rem;
  font-weight: 600;
}

.meta-review {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  color: #6b7280;
}

.rating {
  color: #facc15;
  font-size: 1rem;
}

.date {
  font-style: italic;
}

.testimonial-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service {
  font-size: 0.875rem;
  font-weight: 500;
  color: #3b82f6;
}

.result {
  font-size: 0.875rem;
  font-weight: 500;
  color: #22c55e;
}

.view-case {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3b82f6;
  margin-top: 8px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.view-case:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
@media (max-width: 520px) {
  .date {
    font-size: 11px;
  }
  .reviews-item {
    padding: 10px;
  }
  .item-reviews-top {
    gap: 16px;

  }
  .avatar {
    width: 35px;
    height: 35px;
  }

  .client-info strong {
    font-size: 15px;
  }
  .meta-review {
    gap: 6px;
    font-size: 0.875rem;
  }
  .rating {
    font-size: 10px;
  }
  .rating {
    font-size: 10px;
  }
  .testimonial-body {
    gap: 6px;
  }
  .service {
    font-size: 11px;
  }
  p {
    font-size: 13px;
  }
}








