.project {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #002D5c;
	padding: 10px 0 10px 0;
}

.information {
	display: block;
	font-weight: normal !important;
}

.project h4 {
	margin: 5px 0 0 0;
	line-height: 16px;
}

@media screen and (max-width : 992px) {
	.information {
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.project {
		min-height: 0;
	}

	.information {
		height: auto;
		border-bottom: none;
		margin-bottom: 20px;
	}

	.information h4 {
		position: relative;
		top: auto;
	}
}