#san h3{
	text-align: center;
}

#san h4 {
	text-align: center;
	max-width: 210px;
}

#san .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#san .a{
	max-width:400px;
	text-align: center;
	width: 98%;

	}

#san article {
	margin: 11px;
}

#san img {
	width: 100%;
	max-width: 210px;
	border-radius: 50%;
	border: 7px solid #fff;

}
	
@media (min-width:1024px) {



#san h3{
	text-align: center;
}

#san h4 {
	text-align: center;
	max-width: 210px;
}

#san .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}



#san .a{
	text-align:left;
	margin-right: 50px;
	color: rgba(102,102,102,1);

	}
	
#san .b{
	text-align:left;
	padding:20px;
	}
	


#san img {
	width: 100%;
	max-width: 210px;
	border-radius: 50%;
	border: 7px solid #fff;

}
	
	


}