
.projectContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px;
	margin-top: 50px;
	gap: 150px;
}


.project {
	display: flex;
	flex-direction: row;
	width: 90%;
	align-items: center;
}


.project div {
	flex: 50%;
	padding: 50px;
}

.project img {
	
	flex: 10%;
}
