.hr-testimonial-card {
  border-radius: 10px;
  height: calc(100% - 25px);
  margin-bottom: 25px;
  background: #fff;
}
.hr-testimonial-card:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
}
.hr-testimonial-card .hr-testimonial-card-body {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
} 
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-image {
	max-width: 200px;
	position: absolute;
	bottom: -40px;
	right: -40px;
	margin: 0;
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-image img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 50%;
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-review {
  margin-bottom: 10px;
}
.hr-testimonial-card
  .hr-testimonial-card-body
  .hr-testimonial-review
  .nav-link {
  padding: 0;
  margin-right: 10px;
  font-size: 16px;
}
.hr-testimonial-card
  .hr-testimonial-card-body
  .hr-testimonial-review
  .nav-link {
  color: #6b728080;
}
.hr-testimonial-card
  .hr-testimonial-card-body
  .hr-testimonial-review
  .nav-item
  .active {
  color: #ffce0a;
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name {
  font-size: 26px;
  line-height: 36px;
  color: #000;
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name h4, .hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-name .h4 {
	line-height: 36px;
	color: #000;
	font-size: 21px;
	font-weight: 700;
	padding-left: 18px;
	position: relative;
	padding-bottom: 0px;
	margin: 0;
}
.hr-testimonial-name h4::before {
	left: 0;
	top: 14px;
	content: "";
	height: 3px;
	width: 12px;
	position: absolute;
	background-color: #000;
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-pos {
  font-size: 18px;
  line-height: 28px;
  color: #6b7280cc;
}
.hr-testimonial-card .hr-testimonial-card-body .hr-testimonial-pos span {
  font-size: 18px;
  line-height: 28px;
  color: #6b7280cc;
}
.hr-testimonial-card .hr-testimonial-dec {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  color: #6b7280;
}
.hr-testimonial-card .hr-testimonial-dec p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--weight-400);
  color: #6b7280;
}
.testimonials .hr-sub-titel h6 {
  color: var(--color-3);
  font-size: 20px;
  font-family: var(--font-02);
}
.hr-section-content .hr-titel h1 span {
  color: var(--color-3);
}