.project-detail-key-facts {
	padding: 80px 0 110px;
	background: #f6f6f6;
}

.project-detail-key-facts__container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

.project-detail-key-facts__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 72px;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.project-detail-key-facts__content {
	padding: 0;
}

.project-detail-key-facts__title {
	margin:0 0 20px;
	color: #002D72;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
}

.project-detail-key-facts__intro {
	max-width: 625px;
	margin: 0 0 28px;
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
}

.project-detail-key-facts__facts {
	max-width: 550px;
}

.project-detail-key-facts__row {
	padding: 25px 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0,.25);
}

.project-detail-key-facts__row:first-child {
	padding-top: 0;
}

.project-detail-key-facts__label {
	margin-bottom: 5px;
	color: rgba(74, 74, 74,.8);
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.project-detail-key-facts__value {
	color: #002D72;
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.35;
}

.project-detail-key-facts__image-wrap {
	position: relative;
	justify-self: end;
	width: min(100%, 640px);
	height:715px;
}

.project-detail-key-facts__image-clip {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: #f6f6f6;
}

.project-detail-key-facts__image-reveal {
	width: 100%;
	height: 100%;
}

.project-detail-key-facts__image-parallax {
	width: 100%;
	height: 100%;
}

.project-detail-key-facts__image {
	display: block;
	width: 100%;
	height: 120%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1100px) {
	.project-detail-key-facts__panel {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.project-detail-key-facts__image-wrap {
		justify-self: start;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.project-detail-key-facts__intro{
		max-width: 100%;
	}
	.project-detail-key-facts__facts{
		max-width: 100%;
	}
	
}

@media (max-width: 767px) {
	.project-detail-key-facts {
		padding: 50px 0 72px;
	}

	.project-detail-key-facts__container {
		padding: 0 18px;
	}

	.project-detail-key-facts__panel {
		gap: 32px;
	}

	.project-detail-key-facts__title {
		font-size: 24px;
		line-height: 1.1;
		margin: 0 0 10px;
	}

	.project-detail-key-facts__intro {
		margin-bottom: 22px;
		font-size: 14px;
		line-height: 1.3;
	}

	.project-detail-key-facts__facts,
	.project-detail-key-facts__intro {
		max-width: none;
	}

	.project-detail-key-facts__value {
		font-size: 17px;
	}


	.project-detail-key-facts__image-clip {
		border-radius: 18px;
	}
	.project-detail-key-facts__label{
		font-size: 16px;
		min-height: auto;
	}
}
