#servicios h3{
	text-align: center;
}

#servicios h4 {
	color: #000000;
	text-align: center;
	max-width: 210px;
	margin: 15px;
}

#servicios .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#servicios article {
	width:100%;
	max-width: 225px;
	background: #F9FCFF;
}
#servicios .article1 {
	text-align:justify;
	width:100%;
	max-width: 775px;
	background: #F9FCFF;
}
#servicios article2 {
	max-width: 210px;
	margin: 0px;
	background: #106B8D;
}
#servicios article3 {
	max-width: 210px;
	margin: 0px;
	background: #178FBD;
}


#servicios img {
	width: 100%;
	max-width: 215px;
	margin: 5px;

}

#servicios p {
	margin-left: 5px;
	margin-right: 5px;

}
	
	