.testimonial_slider {
	background-color: #f6f7fb;
	box-shadow: 0 3px 10px 0 rgb(218, 210, 210);
}
.testimonial_slider:before {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url(../images/icon.png);
    content: '';
    right: -10px;
    top: -58px;
    background-repeat: no-repeat;
    background-size: 73%;
}
p.name span{
	font-size: 13px;
}  
.slick-dots{
	width: auto;
	left: 15px;
	bottom: 20px;
}
.slick-dots li button {
	width: 30px;
	height: 30px;
}
.slick-dots li button:before{
	width: 35px;
	height: 30px;
	font-size: 50px;
}
.slick-dots li{
	margin:0;
}
p.name.founder_info {
    line-height: 22px;
}
@media only screen and (max-width: 800px){
	.testimonial_slider{
		padding: 30px 15px 30px 15px;
		margin-top: 30px;
	}
	.testimonial_slider:before{
		right: -50px ;
    	top: -32px ;
    	background-size: 50px;
	}
	.slick-dots {
		width: auto;
		left: 5px;
		bottom: 10px;
	}
}