.block-project {
	position: relative;
}

.block-project + .block-project {
	margin-top: 40px;
}

.block-project-photo {
	overflow: hidden;
	border-radius: 36px;
	width: 100%;
}

.block-project-photo img {
	width: 100%;
}

.block-project-photo picture {
	display: block;
}

.block-project-info {
	padding: 25px 30px;
	border-radius: 24px;
	position: relative;
	z-index: 1;
	margin-top: -90px;
	background-color: var(--color-white);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.20);
}

.block-project-info strong {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
	display: block;
}

.block-project-link {
	margin-top: auto;
}

@media screen and (min-width: 768px) {
	.block-project-photo {
		width: calc(100% - 50px);
	}
	.block-project-info strong {
		font-size: 30px;
	}
	.block-project-info {
		padding: 45px 45px 21px 45px;
		z-index: 2;
		position: absolute;
		top: 50%;
		right: 0;
		max-width: 308px;
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 0;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 1025px) {
	.block-project-photo {
		width: calc(100% - 267px);
	}
}

@media screen and (min-width: 1200px) {
	.block-project-info {
		min-height: 285px;
	}
}
