/* your styles go here */



.lead1 { 
     margin-bottom: 20px; 
     font-size: 16px;
	 /* height: 350px;  */
	 color: #555;
	 line-height: 1.6;
 } 
 
@media (min-width:768px) and (max-width:991px) {
    .lead1 {
        
		
    }
}


@media (min-width: 320px){
.do {
    
   box-shadow: 0 0 10px #ddd;
    margin-bottom: 20px;
     
}
.heading {
    margin-bottom: 42px;
    text-align: center;
	
}

	h3{
		text-align: left;
		padding: 14px;
	}
	
	.lead1 {
    margin-bottom: 20px;
    font-size: 16px;
    /* height: 397px; */
    color: #555;
    line-height: 1.6;
}

.why-img img{
	    
  margin-bottom: 20px;
	
	
}
	
}