@media screen and (min-width:1200px){

	.testi{
		width:100%;
		height:auto;
		padding:0px;
		 
		 
	}
	.testi_a{
		
		margin:0px 40px 0px 0px;
		
	}
	.testi_b{
		 
		margin:0px 0px 0px 0px;
		 
	}
	.testi_img{
		width:400px;
		
		overflow:hidden;
		 
	}
	.testi_img img{
		width:100%;
		 	
		
	}
	.testi_text{
		width:740px;
	 
	}
	.testi_title{
		display:inline-block;
		margin-bottom:10px;
	}
}
@media screen and (max-width:1199px){

	.testi{
		width:100%;
		height:auto;
		padding:0%;
		 
	}
	.testi_a{
		
		margin:0px 0% 0px 0px;
		
	}
	.testi_b{
		 
		margin:0px 0px 0px 0px;
		 
	}
	.testi_img{
		width:30%;
		
		overflow:hidden;
		 
	}
	.testi_img img{
		width:100%;
	 
	}
	.testi_text{
		width:70%;
		padding:0px 0px 0px 4%;
	}
}
@media screen and (max-width:640px){
	0
	.testi_a{
		
		margin:0px 0% 0% 0px;
		
	}
	.testi_b{
		 
		margin:0px 0px 0px 0px;
		 
	}
	.testi_img{
		width:100%;
		
		overflow:hidden;
		 
	}
	.testi_img img{
		width:100%;
		 
		
	}
	.testi_text{
		width:100%;
		padding:4% 0px 0px 0%;
	}
}