body.widget-snippet  .page-testimonial {
   padding:40px;
}
body.widget-snippet .page-testimonial .row{
	padding:20px;
}
.page-testimonial .row{
    margin-bottom: 30px;
    position: relative;
}
.page-testimonial .row:first-of-type .testimonial-text {
    min-height: 480px;
}
.testimonial-text {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 5px 0 43px rgba(0, 0, 0, 0.08);
    float: left;
    margin: 0 35px 35px 0;
    min-height: 250px;
    padding: 30px 60px;
    position: relative;
    width: 45%;
}

.testimonial-text:before,
.testimonial-text:after{
	content:'';
	width:30px;
	height:20px;
	position:absolute;
	left:20px;
	top:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	background-image:url("/template/a95bb451/images/arrow-up-down.png");
}
 
.widget-snippet .testimonial-text h4, .widget-snippet .testimonial-text h5 {
    font-size: 17px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.responsive .widget-snippet .testimonial-text h5 {
    font-size: 14px;
}
.widget-snippet .testimonial-text > p {
    font-size: 15px;
    line-height: 24px;
}

.page-testimonial {
    overflow: hidden;
    padding: 20px   15px;
}
