.project {
	padding: 52px 0 56px;
}

.project .project-main{
	margin-top: 52px;
}

.project .project-item{
	margin-bottom: 36px;
}

.project .project-item h5{
	background-color: #fff;
	margin: 0;
	padding: 12px 0;
	font-size: 28px;
	color: #333;
	text-align: center;
}

.project .project-item:hover h5{
	text-indent: 0;
	background-color: #E1242A;
	color: #fff;
}

@media (max-width: 992px){
	.project{
		padding: 5rem 0 3rem;
	}
	
	.page-nav{
		margin-bottom: 0;
	}
	
	.project .project-main{
		margin-top: 3rem;
	}
	
	.project .project-item h5{
		font-size: 1.6rem;
	}
}