.hr-testimonial-info .hr-text p {
	font-size: 1rem;
	font-weight: 600;
	color: var(--white);
}
.hr-testimonial-info .hr-testimonial-profile {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image {
	width: 78px;
	height: 78px;
	margin-right: 10px;
	border-radius: 50%;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.hr-testimonial-info .hr-testimonial-profile .hr-user-info h4 {
	margin-bottom: 0;
	color: var(--white);
	font-size: 19px;
	line-height: 1.3em;
	font-weight: 600;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
}
.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: 600;
	font-size: 15px;
	color: var(--color-5);
}

.hr-section.hr-home-testi {
	background-image: url('https://fairgroundliquor.itsprowebsite.com//public/FARGRDLIQR/themeaB9xY12z/assets/images/section-bg.png?v=1');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.hr-testimonial-info {
	position: relative;
	-webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,0.04);
	-ms-box-shadow: 0 3px 30px 0 rgba(0,0,0,0.04);
	box-shadow: 0 3px 30px 0 rgba(0,0,0,0.04);
	padding: 45px 45px 40px 50px;
	height: auto;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #252525;
	-webkit-transition: -webkit-transform 0.2s ease-out,color 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out,color 0.2s ease-out;
	transition: transform 0.2s ease-out,color 0.2s ease-out;
	margin: 8px 0 0 0;
	margin-bottom: 0px;
	will-change: transform;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hr-home-testi .hr-section-content .hr-titel h3 {
	color: var(--black);
}
.hr-home-testi .hr-section-content .hr-titel h2 {
	color: var(--black);
}

.hr-testi-slider .swiper-pagination {
  bottom: 0px;
  position: absolute;
}
.hr-testi-slider {
  padding-bottom: 50px;
}
.hr-testi-slider .swiper-pagination-bullet-active {
  background: var(--white);
}
.hr-testi-slider .swiper-pagination-bullet {
  background: var(--white);
}

@media(max-width:768px){
	.hr-testimonial-info {
	padding: 30px 30px 30px 30px;
}

}