.hr-testimonial-info .hr-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	font-family: "Inter", sans-serif;
	color: #6b6b6b;
}
.hr-testimonial-info .hr-testimonial-profile {
	display: flex;
	align-items: center;
	margin: 15px 0px;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25rem;
	border-radius: 50%;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
	line-height: 1.4;
	color: var(--color-2);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 2px;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info a h4{
	line-height: 1.4;
	color: var(--color-2);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 2px; 
}
.hr-dark-section .hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
  color: var(--white);
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info span {
	font-weight: 500;
	font-size: 0.75rem;
	color: #6b6b6b;
}
.hr-testimonial-pos {
	text-align: left;
	line-height: 20px;
}
/*31/12/2024*/

.client-review {
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
	column-gap: 10px;
	margin: 0;
	padding-top: 30px;
}
.hr-testimonial-info {
	min-width: 330px;
	border-radius: 15px;
	background: #ffffff;
	padding: 50px;
	box-shadow: 0px 0px 20px 10px rgba(216, 216, 216, 0.25);
	height: 100%;
}
.client-review li {
  list-style: none;
  color: var(--color-3);
  border: none;
}
.hr-testimonial-info .card {
	border-color: var(--border-01);
	border-radius: 0.5rem;
	background: var(--white);
	height: calc(100% - 2rem);
	border: none;
}
.hr-testimonial .row {
	row-gap: 30px;
}