.project {
	margin: 0 0 15px 0;
	min-height: 80px;
}

.information {
	display: block;
	margin-left: 5px;
	height: 80px;
	clear: right;
	border-bottom: 1px solid #3d9bd0;
	overflow: hidden;
	position: relative;
}

.project h4 {
	margin: 5px 0 0 0;
	line-height: 16px;
	position: absolute;
	top: 25px;
}

@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;
	}
}