section article figure img {
	width: 100%;
	margin-top: 40px;
}
section article p {
	width: 90%;
	margin-left: 5%;
	font-size: 16px;
	line-height: 25px;
}
section h1 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
section article span {
	font-weight: 600;
	font-size: 16px;
}
@media screen and (min-width: 480px) {
@media screen and (min-width: 767px) {
.contenedor {
	padding-bottom: 50px;
}
section {
	padding-bottom: 50px;
}
section article figure img {
width: 90%;
margin-left: 5%;
margin-bottom: 20px;
}
section article p {
width: 80%;
margin-left: 10%;
font-size: 14px;
}
section article span {
font-size: 14px;
}
section h1 {
width: 70%;
margin-left: 15%;
}
@media screen and (min-width: 950px) {
section article p {
width: 70%;
margin-left: 15%;
}
