.testimonial-content img.testimonial-image {
	background: #eee;
	border-radius: 100%;
	width: 48px;
}
.testimonial-author-prof {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 28px;
}
p.testimonial-author {
	margin: 0;
}
.testimonial-item {
	padding: 10px;
}
.testimonial-content {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	padding: 25px;
}
.testimonial-rating {
	margin-bottom: 30px;
}
.testimonial-top {
	display: flex;
	justify-content: space-between;
}
.testimonial-quotes img.quote-icon {
	width: 40px;
}

.owl-nav span.owl-prev-icon {
    width: 64px;
    height: 64px;
    display: flex;
    background: #eef3ff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.owl-nav span.owl-next-icon {
    width: 64px;
    height: 64px;
    display: flex;
    background: #eef3ff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.owl-nav span.owl-prev-icon svg, .owl-nav span.owl-next-icon svg {
    width: 32px;
    height: 32px;
}
.owl-nav span.owl-prev-icon svg path, .owl-nav span.owl-next-icon svg path {
    stroke: #1B45B4;
}