.project-item{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
.project-item img{
	position: relative;
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.project-item .project-desc{
	margin-top: 30px;
}

@media (min-width:992px){
	.project-item img{
		height: 800px;
		border-radius: 15px;
	}
}

@media (max-width: 600px){
	.project-item img{
		height: 400px;
	}
}