.project-container{
	z-index: 5;
	position: relative;
	background: #444;

	color: white;
	width: 100%;
	margin: 0 auto;

	padding-top: 355px;
	padding-bottom: 50px;
}.project-content{
	max-width: 1000px;
	margin: 0 auto;
}
h2.project-section-title{
	font-family: "Sofia Pro";
	font-size: 24px;
	font-weight: 900;
	text-align: center;

	width: 90%;
	margin: 60px auto;
}


.project-swiper{
	padding-bottom: 35px;
}
.project-swiper .swiper-pagination{
	bottom: 0;
}

.project-card {
	display: inline-block;
	width: 80%;
	max-width: 800px;

	margin: 0 15px;
}
.project-card img{
	width: 100%;
	display: block;
	border-radius: 8px;
	margin-bottom: 15px;
}
.project-card .project-information > *{
	display: block;
	font-size: 14px;
	font-weight: 300;
}
.project-card .project-information a{
	color: #FFF;
	text-decoration: underline;
}
.project-card .project-title {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}