/**********************************************************
// Block >> Testimonials
**********************************************************/
.Block-Single-Testimonial {
	margin: auto !important;
	display: flex;
	gap: 2em;
	}

.Block-Single-Testimonial.Reverse {
	flex-direction: row-reverse;
}

.Block-Single-Testimonial-Image-Wrapper {
	width: 250px;
	height: 250px;
	min-width: 250px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 30px;
	position: relative;
	}

.Block-Single-Testimonial-Image {
	position: absolute; 
	object-fit: cover;
}

.Block-Single-Testimonial-Main {
}

.Block-Single-Testimonial h4 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	font-family: "Oswald", sans-serif;
}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 767px),
all and (max-device-width: 767px)
{
	.Block-Single-Testimonial {
		display: block;
	}
	
	.Block-Single-Testimonial-Image-Wrapper {
		display: margin: 0 auto 25px;
	}
}

@media
all and (max-width: 680px),
all and (max-device-width: 680px)
{

}
