.projects-grid-d191eb8fb2a3 {
	display: grid;
	width: 100%;
}

.project-item-wrapper-d191eb8fb2a3 {
	overflow: hidden;
}

.project-item-link-d191eb8fb2a3 {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.project-item-d191eb8fb2a3 {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.project-overlay-d191eb8fb2a3 {
	width: 100%;
	padding: 20px;
	z-index: 1;
}

.project-name-d191eb8fb2a3 {
	margin: 0;
}
