.testimonial-box2
{
	box-shadow: var(--main_soft_shadow);
	border-radius: 10px;
	overflow: hidden;
}
.testimonial-box2 .cover
{
	height: 120px;
	position: relative;
}
.testimonial-box2 .avatar
{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 10;
    background-position: center center;
	background-size: cover;
	position: absolute;
	bottom: -50%;
	right: 50%;
	transform: translateX(50%);
	border: 3px solid;
	box-shadow: var(--main_soft_shadow);
}
.testimonial-box2 .cover .overlay
{
	width: 100%;
	height: 100%;
	opacity: .3;
}
.testimonial-box2 .content_wrapper
{
	padding: 80px 40px 20px;
}
.testimonial-box2 .content_wrapper p
{
	font-size: 17px;
	font-weight: 300;
}
.testimonial-box2 .content_wrapper .meta
{
	margin-top: 15px;
}
.testimonial-box2 .content_wrapper .meta span
{
	display: block;
	font-weight: bold;
}
.testimonial-box2 .content_wrapper .meta.ah_align_right
{
	text-align: right;
}
.testimonial-box2 .content_wrapper .meta.ah_align_center
{
	text-align: center;
}
.testimonial-box2 .content_wrapper .meta.ah_align_left
{
	text-align: left;
}