.testimonials-block-wrapper-4e9c5988 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.testimonial-item-4e9c5988 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #ffffff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-content-4e9c5988 {
	flex: 1;
	padding-right: 20px;
}

.testimonial-name-4e9c5988 {
	margin: 0 0 5px 0;
}

.testimonial-subtitle-4e9c5988 {
	margin: 0 0 15px 0;
	color: #777777;
	font-size: 0.9em;
}

.testimonial-text-4e9c5988 {
	margin: 0;
	line-height: 1.6;
}

.testimonial-icon-4e9c5988 {
	flex-shrink: 0;
	color: #e5e5e5;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-icon-4e9c5988 svg {
	width: 40px;
	height: 40px;
	fill: #e5e5e5;
}

@media (max-width: 767px) {
	.testimonial-item-4e9c5988 {
		flex-direction: column-reverse;
		padding: 20px;
	}

	.testimonial-content-4e9c5988 {
		padding-right: 0;
		padding-top: 15px;
	}

	.testimonial-icon-4e9c5988 {
		align-self: flex-end;
	}
}
