/* Testimonial Box Structure */
.testimonial-box-container-42bf37c4 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 2rem;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.tb-left-42bf37c4 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 1.5rem;
	flex: 1;
}

.tb-icon-42bf37c4 {
	flex-shrink: 0;
	display: flex;
}

.tb-text-content-42bf37c4 {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.tb-quote-text-42bf37c4 {
	margin: 0;
	line-height: 1.6;
}

.tb-author-info-42bf37c4 {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.tb-author-name-42bf37c4,
.tb-author-designation-42bf37c4 {
	margin: 0;
	display: block;
}

.tb-right-42bf37c4 {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tb-image-42bf37c4 {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* Responsive Layout */
@media (max-width: 767px) {
	.testimonial-box-container-42bf37c4 {
		flex-direction: column;
		gap: 2rem;
		text-align: center;
	}

	.tb-left-42bf37c4 {
		flex-direction: column;
		align-items: center;
	}

	.tb-right-42bf37c4 {
		width: 100%;
	}
}
