#services{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 40PX;

}

#serv{
	background:  #ffff;
	 border:1px solid #eee;
	 height: 100%;
	 text-align: center;
	
}

#ser{
	background:  #ffff;
	 border:1px solid #eee;
	 height: 100%;
	 text-align: center;
	
	
}


@media only screen and (max-width: 615px){

#services{
	display: block;
}
}