@charset "utf-8";
/* CSS Document */

.person_item{
	display:inline-block;
	width:288px;
	height:450px;
	text-align:center;
	overflow:hidden;
}

.person_item .image{
	width:165px;
	height:165px;
	overflow:hidden;
	border:2px solid #11102b;
	border-radius:100px;
	display:inline-block;
}

.person_item .desc{
	width:75%;
	font-size:14px;
	color:#434343;
	padding-top:15px;
	margin:auto;
}

.person_item h3{
	font-size:18px !important;
	color:#434343 !important;
	font-weight:600 !important;
	margin:0px !important;
}

.person_item h3 a{
	color:#434343 !important;
	text-decoration:none !important;
}

.header_container .header_content{
	height:500px !important;
}

.content_container .content_content{
	text-align:center;
}

h1{
	color:#11102b;
	font-size:32px;
	margin:0px;
	font-weight:800;
	font-family:"Exo", sans-serif;
}

h1 span{
	font-weight:400;
}