.project {
	margin: 0 0 15px 0;
	min-height: 80px;
}

.name {
	float: left;
	margin-right: 5px;
	width: 90px;
	min-height: 80px;
	color: #3d9bd0;
	border-bottom: 1px solid #3d9bd0;
	line-height: 79px;
	text-align: center;
}

.information {
	display: block;
	margin-left: 5px;
	float: right;
	height: 80px;
	width: 575px;
	clear: right;
	border-bottom: 1px solid #3d9bd0;
	overflow: hidden;
	position: relative;
}

.project span {
	position: absolute;
	top: 0;
	color: #888888;
	height: 32px;
	overflow: hidden;
	line-height: 15px;
}

.project h4 {
	margin: 5px 0 0 0;
	line-height: 16px;
	position: absolute;
	top: 25px;
}

@media screen and (max-width : 992px) {
	.name {
		margin-right: 0;
		width: 15%;
	}

	.information {
		margin-left: 0;
		width: 80%;
	}
}

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

	.name {
		width: 100%;
		min-height: 0;
		line-height: unset;
	}

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

	.information span {
		height: auto;
		position: relative;
	}

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