.testimonials_card{
	width: 100%;
	margin-bottom: 30px;
}

.testimonials_card .testimonials_card_header{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 104px;
}
.testimonials_card .testimonials_card_header:after{
	position: absolute;
	content: '';
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: white;
	height: 52px;
}

.testimonials_card .testimonials_card_header .estimonials_org{
	z-index: 1;
	width: 104px;
	height: 104px;
	border-radius: 104px;
	border: 4px solid white;
	background-color: #F6ECF7;
	overflow: hidden;
}
.testimonials_card .testimonials_card_header .estimonials_org img{
	width: 104px;
	height: 104px;
}

.testimonials_card .testimonials_card_body{
	padding: 15px;	
	background: #FFF url("../images/quotes.png") no-repeat center center;
	min-height: 100px;
}
.testimonials_card .testimonials_card_body.no_background{
	background: white !important;
	background-image: none !important;
}

.testimonials_card .testimonials_card_body .testimonials_title{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
	font-family: var(--secondary-font);
	font-size: 16px;
}