.service-card, .service-card-testimonial {
	.service-card-testimonial-image {
		position: absolute;
		border-radius: 50px;
		top: -35px;
		left: 30px;
		p {
			width: 100%;
			color: #72777B;
		}
		img {
			border-radius: 50%;
			height: 75px;
			width: 75px;
			-webkit-box-shadow: 0px 6px 20px 2px #e0e0e0;
			-moz-box-shadow: 0px 6px 20px 2px #e0e0e0;
			box-shadow: 0px 6px 20px 2px #e0e0e0;
		}
	}
}
.service-card-testimonial {
	overflow: visible;
	.testimonial_job {
		color: #87898c;
		font-size: 14px;
	}
	.quote_mark {
		transition: all .3s ease-in-out;
		position: absolute;
		top: 15px;
		left: auto;
		right: 15px;
		opacity: .2;
	}
	img {
		transition: all .3s ease-in-out;	
	}
	&:hover {
		.quote_mark {
			opacity: 1;
			color: @color-ancient1;
			transition: all .3s ease-in-out;
		}
		img {
			margin-top: -5px;
			transition: all .3s ease-in-out;
			-webkit-box-shadow: 0px 6px 20px 5px #e0e0e0;
			-moz-box-shadow: 0px 6px 20px 5px #e0e0e0;
			box-shadow: 0px 6px 20px 5px #e0e0e0;
		}
	}
}