.j51-testimonials .j51-text-box {
	padding: 25px;
	margin: 20px 0;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
	border-radius: 4px;
}
.j51-testimonials p {
	margin-bottom: 0;
}
.j51-testimonials .j51-quote-icon {
	max-width: 25px;
	opacity: .15;
}
.j51-testimonials .j51-profile {
	display: flex;
	padding: 0 20px;
	margin: 20px 0;
}
.j51-testimonials .j51-profile-image {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 4px;
	overflow: hidden;
}
.j51-testimonials .j51-profile-image img {
	object-fit: cover;
	height: 60px;
}
.j51-testimonials .j51-profile-name,
.j51-testimonials .j51-profile-title {
	margin-bottom: 0;
}
.j51-testimonials .owl-dots {
 	display: flex;
 	justify-content: center;
	margin: 10px 0;
}
.j51-testimonials.owl-carousel button.owl-dot {
 	height: 8px;
 	width: 25px;
 	background: #333;
 	border-radius: 4px;
 	opacity: .25;
 	margin: 3px;
}
.j51-testimonials.owl-carousel button.owl-dot.active {
	opacity: 1;
	width: 8px;
	background-color: var(--primary);
}
.j51-testimonials.owl-carousel button.owl-dot:focus {
	border: 0;
	outline: 0;
}
