#contact{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-bottom:30px;
}

.contact_section{
	width:300px;
	background:#1a1a1a;
	margin-top:30px;
	border:solid 1px #000;
}

.contact_header{
	width:calc(100% - 20px);
	background-color:#131313;
	border-bottom:solid 1px #0a0a0a;
	padding:12px 10px 10px 10px;
	font-size: 20px;
	color: #ccc;
	text-align:center;
	position:relative;
}

.contact_icon{
	width:32px;
	height:32px;
	background-size:32px 32px;
	position:absolute;
	left:10px;
	top:5px;
}

.contact_content{
	width:calc(100% - 40px);
	padding:20px;
	text-align:center;
	color:#ccc;
	font-size:20px;
}