.project-site {
	position: relative; 
	background: #fff;
	width: 100%;
	margin: 5rem 0 !important;
}
.project-site__content {
	display: flex;
	align-items: center;
}
.project-site__container {
	width: 100%;
	margin: 0 auto;
	max-width: 90rem;
}
.project-site__content-left {
	flex: 1 0 0rem;
	margin-right: 1rem;
}
.project-site__title {
	color: #006B1D;
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.project-site__desc {
	width: 42.1875rem;
	color: rgba(46, 46, 46, 0.75);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}
.project-site__desc > *:not(:last-child) {
	margin-bottom: 1.25rem;
}
.project-site__desc ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
	list-style: disc;
	padding-left: 1.25rem;
}
.project-site__desc strong {
	font-weight: 700;
}
.project-site__content-right {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-shrink: 0;
}
.project-site__achievement-list {
	display: grid;
	width: 32.0625rem;
	grid-template-columns: repeat(2, 1fr); 
	gap: 1rem;
}
.project-site__achievement-item {
	position: relative;
	height: 17rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 1rem;
	background: #F6F6F6;
	padding: 1.5rem;
}
.project-site__achievement-item__icon-wrapper {
	display: flex;
	width: 3rem;
	height: 3rem;
	padding: 0.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #00943E;
}
.project-site__achievement-item__icon-wrapper img {
	width: 1.375rem;
	height: 1.375rem;
}
.project-site__achievement-item__content {
	position: relative;
	width: 13.0625rem;
	flex-shrink: 0;
}
.project-site__achievement-item__content-title {
	color: rgba(46, 46, 46, 0.60);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; 
}
.project-site__achievement-item__content-desc {
	color: #00943E;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	display: inline-flex;
	align-items: flex-end;
	gap: 0.5rem;
}
.project-site__achievement-item__content-number,
.project-site__achievement-item__content-unit {
	display: inline;
}
/* .num-container {
display: inline-flex;
overflow: hidden;
width: max-content;
position: relative;
}
.number_parent {
position: relative;
overflow: hidden;
width: 1.75rem;
}
.number_child {
position: absolute;
top: 0;
left: 0;
width: 1.75rem;
}
.number_child div {
width: 1.75rem;
display: flex;
align-items: center;
justify-content: center;
} */
.project_image__pc {
	height: calc(100vh - 5rem);
	width: 100%;
	margin-bottom: 5rem;
	margin-top: 5rem;
	object-fit: contain;
}
.project_image__mb {
	display: none;
}
@media (max-width: 639.98px) {
	.project_image__pc {
		display: none;
	}
	.project_image__mb {
		display: block;
		width: 100%;
		height: 30rem;
		margin-bottom: 2rem;
		margin-top: 1.5rem;
	}
	.project-site {
		margin: 0 !important;
		padding: 2rem 0;
		background: rgba(250, 251, 253, 1);
	}
	.project-site__content {
		display: block;
	}
	.project-site__container {
		max-width: 100%;
		padding: 0 0.75rem;
	}
	.project-site__desc {
		width: 100%;
		max-width: 100%;
	}
	.project-site__content-left {
		padding-top: 2rem;
		margin-right: 0rem;
		margin-bottom: 1.5rem;
	}
	.project-site__title {
		color:  #006B1D;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 0.75rem;
	}
	.project-site__achievement-list {
		width: 100%;
		max-width: 100%;
		grid-template-columns: repeat(1, 1fr);
		gap: 0.75rem;
	}
	.project-site__desc {
		color: rgba(46, 46, 46, 0.75);
		font-feature-settings: 'liga' off, 'clig' off;
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; 
		letter-spacing: -0.03125rem;
	}
	.project-site__desc ul {
		gap: 0.5rem;
	}
	.project-site__desc > *:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	.project-site__achievement-item {
		height: auto;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.project-site__achievement-item__icon-wrapper {
		order: 2;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0.625rem;
		background: var(--Gradient, linear-gradient(90deg, var(--Green-Green-B1, #00943E) 0%, var(--Blue-Blue-B1, #0078D4) 135.91%));
	}
	.project-site__achievement-item__icon-wrapper img {
		width: 1.14581rem;
		height: 1.14581rem;
	}
	.project-site__achievement-item__content {
		order: 1;
		flex: 1 0 0;
		margin-right: 0.5rem;
	}
	.project-site__achievement-item__content-title {
		color: var(--text-body-60, rgba(46, 46, 46, 0.60));
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; 
		opacity: 0.72;
	}
	.project-site__achievement-item__content-desc {
		font-size: 1.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; 
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		background: linear-gradient(90deg, var(--Green-Green-B1, #00943E) 0%, var(--Blue-Blue-B1, #0078D4) 135.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		max-width: max-content;
	}
	.project-site__desc strong {
		font-weight: 400;
	} 
}
