/*header{
	background-image: url('../img/servicebanner.jpg');
}*/
header section {
	padding: 30px;
	color: white;
}

header section h1{
	margin-bottom: 20px;
	font-size: 40px;
}
.section3{
	text-align: center;
} 
.section3 a{
background: hsl(200,100%,50%);
			color: white;
			padding: 10px;
			
			width: 200px;
			
			text-align: center;
			font-weight: bold;
			margin: auto;
			border-radius: 5px;
			text-decoration: none;
}
.section3 div{
width: 100%;
display: inline-block;
color: white;
padding: 30px;
margin: 2px;
margin-right: -2px;
margin-left: -2px;
text-align: left;
}
.section3 div{
background:hsl(0,0%,96%); 
	}
.section3  div em{
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: left;
	font-style: normal;
	color: black;
	padding-left: 0px;
}
.section3  div img{
	margin-bottom: 10px;
	width: 50px;
	color: red;
	padding: 10px;
	border-radius: 50%;
	background:black;
}
.section3 h5{
	font-size: 25px;
	color: black;

}
@media(min-width: 1000px){
	header section{
     width: 40%;
     padding-left: 100px;
	}
	header section h1{
		margin-top: 120px;
	}

	.section3 div{
width: 30%;
min-height: 430px;
vertical-align: top;
margin: 1px;
margin-bottom: 4px;
text-align: left;
display: inline-block;
}
.section3 div.div4,.section3 div.div5{
	width: 45%;

}
article{
	margin-bottom: 30px
}
}

@media(min-width: 1400px){

.section3 div{
	min-height: 340px;

	}
}
