
.gen{

 
 
 
	background :#fff;
	height: 220px;
margin-top: -130px;
width: 100%;
display:flex; 
  
 position: absolute;
 z-index:1000;
 background:url('../images/sep.png')no-repeat scroll center 0 transparent;
}

.gen img{

 
 
  max-width: 100%;
 z-index:1000;


 
}

.ton{

 
 
 
	background :#fff;
	height: 170px;
margin-top: -105px;
left: 0px;
width: 100%;
display:flex; 

 
 z-index:1000;
 background:url('../images/testimonials.png')no-repeat scroll center 0 transparent;
 
}

.pro{
transition: all 0.5s;
cursor: pointer;
text-align: center;
}

.pro:hover{
transform: scale(1.1,1.1); /* Standard syntax */
}