article{
	padding: 20px;
}
.contacts div{
	margin-bottom: 20px;
	box-shadow: 3px 3px 10px hsl(0,0%,95%);
	padding: 10px;
	background: white;
	border-radius: 5px;
}
div h1{
	margin-bottom: 10px;
	color: black;
	font-weight: bolder;
	text-transform: capitalize;
}
div h1 img{
	width: 30px;
	vertical-align: middle;
	margin-right: 30px;
}
article .contacts div li{
	list-style: none;
	margin-bottom: 10px;
	font-size: 15px;
	color: grey;
}
@media(min-width: 1000px){
	 
	article{
		width: 60%;
		margin: auto;
	}
}