.hr-testimonial-info .hr-text p {
	color: #555555;
	font-size: 18px;
	line-height: 1.722;
}
.hr-testimonial-info .hr-testimonial-profile {
	display: flex;
	align-items: center;
	margin-top: 15px;
	column-gap: 15px;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image {
	width: 100%;
	height: 206px;
	margin-right: 10px;
	display: block;
	max-width: 206px;
	position: relative;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image img {
	width: 206px;
	height: 100%;
	object-fit: cover;
}
.testi-quote img {
	width: 100%;
	max-width: 70px;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	padding-left: 18px;
	position: relative;
	padding-bottom: 8px;
}

.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 {
	color: #949494;
	font-size: 14px;
	font-style: italic;
}
.home-testimonial h2 {
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info h4::before {
	left: 0;
	top: 14px;
	content: "";
	height: 3px;
	width: 12px;
	position: absolute;
	background-color: #000;
}
.testi-quote {
	top: 12px;
	z-index: 2;
	left: 12px;
	color: #fff;
	line-height: 1;
	font-size: 70px;
	position: absolute;
}
.hr-user-image::before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}
.hr-swiper-x3 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  border-radius: 100%;
  display: inline-block;
  border: 3px solid #cdcdcd;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: transparent;
}
.hr-swiper-x3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  border-color: #000;
}
.hr-swiper-x3 {
	padding-bottom: 70px;
}
.home-testimonial .card .card-body{
	padding: 0;
	border: none;
}
.quote-blob {
	width: 300px;
	height: 190px;
	background-color: #fdf1dd;
	border-radius: 58% 42% 65% 35% / 50% 55% 45% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.blue-inner-blob i {
	font-size: 70px;
}

.blue-inner-blob {
  width: 100px;
  height: 100px;
  background-color: #000;
  border-radius: 50% 48% 45% 55% / 55% 50% 50% 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-icon {
  width: 48px;
  height: 48px;
  fill: white;
}
.blue-inner-blob img {
	width: 100%;
	max-width: 60px;
}
@media(max-width:1200px){
	.home-testimonial h2 {
	font-size: 35px;
}
}
@media screen and (max-width:575px) {
  .home-testimonial h2{
    font-size: 	28px;
    text-align: center;
  }
  .testi-quote{
  	display: none;
  }
  .hr-testimonial-info .hr-testimonial-profile .hr-user-image img{
  	width: 100px;
    height: 100px;
  }
  .hr-testimonial-info .hr-testimonial-profile .hr-user-image{
  	width: 100px;
    height: 100px;
  }
  .hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
	font-size: 18px;	
}
.hr-testimonial-info .hr-text p {
	font-size: 16px;
	line-height: 25px;
}
}