.testimonials-block {
	padding: 60px 20px;
	text-align: center;
	background-color: var(--wp--preset--color--neutral-100, #f6f6f6);
}

.testimonials-block .testimonials-swiper {
	max-width: 900px;
	margin: 0 auto;
}

.testimonials-block .testimonial-content {
	margin: 0 0 24px;
	color: var(--wp--preset--color--neutral-600, #25282C);
	font-size: 18px;
	line-height: 1.8;
}

.testimonials-block .testimonial-author {
	margin: 0;
	color: var(--wp--preset--color--custom-color-500, #6a4f88);
	font-weight: 500;
}

.testimonials-block .swiper-pagination {
	position: static;
	margin-top: 32px;
}

.testimonials-block .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #e2d6c2;
	opacity: 1;
	margin: 0 4px !important;
}

.testimonials-block .swiper-pagination-bullet-active {
	background-color: var(--wp--preset--color--custom-color-600, #bea06c);
}

