.CategoryContainer {}

.CategoryItem {
	float: left;
	width: 254px;
	height: 192px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.CompletedProjects {}

.CompletedProject {
	float: left;
	margin-right: 20px;
	width: 135px;
	height: 140px;
}

.Products {}

.Product {
	float: left;
	width: 135px;
	height: 125px;
	margin-right: 20px;
	margin-bottom: 10px;
}