article {
	clear: both;
	background: white;
	text-align: center;
	overflow: hidden;
	padding: 20px;
}
article span h1{
	margin-top: -10px!important;

}
section{
	text-align: center;
	margin-top: 20px;
	clear: both;
}
article div img{
	width: 100px;
	vertical-align: middle;
}
section em *{
	box-sizing: border-box;
	display: block;
	font-style: normal;
}
section b{
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: normal;
}
section em{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	
}
section em i{
		color: grey;
		margin-top: 4px;
		font-size: 14px;
	}
section em img{
	width: 100%;
}
section h1{
	text-align: left;
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 20px!important;
}
section{
	text-align: left;

}
article h1{
	margin-bottom: 20px;
	text-align: left;
	margin-left: 0px;
}
.banner{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
}
article p{
	text-align: left;
	line-height: 25px;
	color: grey;
}
article h2{
	color: black;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
article div{
	color: hsl(0,0%,40%);
	overflow: hidden;
	border:1px solid hsl(0,0%,90%);
	margin: 20px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
}
article div p{
	text-align: center;
}
h2{
	margin: 15px;
}
div img{
	margin-bottom: 15px;
}

@media(min-width: 1000px){
	article{
		width: 90%;
		margin: auto;
		margin-top: 20px;

	}
	section{
		padding-top: 30px;
	}
	article div img{
		margin-top: -10px;
	}
	article div{
		margin-top: 35px;
	}
	section h1{
		margin-bottom: -25px!important;
		padding-bottom: -20px!important;
	}
	section em{
		width: 200px;
		margin: 30px;
		margin-left: 0px;
	}

	article span{
		display: block;
		float: left;
		width: 40%;
		margin-right: 60px;
	}
	article div p {
		text-align:  center;
		padding: 30px;
		padding-top: 0px;
	}
	article div img{
		margin-top: 4px;
	}
	
}