#servicios h3{
	text-align: center;
}

#servicios h4 {
	text-align: center;
	max-width: 210px;
}

#servicios .contenedor {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#servicios article {
	margin: 11px;
}

#servicios img {
	width: 100%;
	max-width: 210px;
}
	
	