section article img {
	width: 100%;
}
section {
	margin-top: 50px;
	margin-bottom: 50px;
}
section a {
	color:rgb(129, 215, 66);
}
section h1 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
section article span {
	font-size: 16px;
	font-weight: 600;
}
section article p {
	font-size: 16px;
	line-height: 25px;
	width: 96%;
	margin-left: 5%;
}
@media screen and (min-width: 480px) {
@media screen and (min-width: 767px) {
section article img {
width: 90%;
margin-left: 5%;
margin-bottom: 0px;
}
section article p {
font-size: 14px;
line-height: 25px;
width: 70%;
margin-left: 15%;
}
section article span {
font-size: 14px;
font-weight: 600;
}
@media screen and (min-width: 950px) {
section h1 {
width: 70%;
margin-left: 15%;
}
