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

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

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

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