.endow {
	padding: 3.9375rem 5rem;
	background: #FFF;
}
.endow_title {
	width: 100%;
	color: #006B1D;
	text-align: center;
	font-family: Lexend;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 4.2rem */
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	margin-bottom: 3rem;
}
.endow_content {
	display: flex;
}
.endow_content__left {
	position: relative;
	width: 33.4375rem;
	height: 30rem;
	background: #0061C2;
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
}
.endow_content__left-svg1 {
	position: absolute;
	bottom: -1.14rem;
	left: 50%;
	transform: translatex(-50%);
	width: 24.70744rem;
	height: 24.70744rem;
	z-index: 0;
}
.endow_content__left-svg2 {
	position: absolute;
	bottom: -1.14rem;
	left: -12%;
	height: 25.14rem;
	width: 12.105rem;
	z-index: 0;
}
.endow_left__content {
	position: relative;
	z-index: 1;
}
.endow_left__label {
	color: #FFFDFA;
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 1.1375rem */
}
.endow_left__desc {
	color: #FFFDFA;
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75rem; /* 155.556% */
	letter-spacing: -0.02231rem;
	margin-bottom: 1rem;
}
.endow_left__more {
	display: flex;
	align-items: center;
	height: 2rem;
	padding: var(--Spacing-4, 0.25rem) var(--Spacing-4, 0.25rem) var(--Spacing-4, 0.25rem) var(--Spacing-None, 0rem);
	cursor: pointer;
}
.endow_left__more p {
	color: #FFF;
	text-align: center;
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.01563rem;
	margin-right: 1rem;
}
.endow_left__more-icon {
	display: flex;
	width: 1.5rem;
	height: 100%;
	padding: var(--Spacing-8, 0.5rem) 0.3125rem;
	justify-content: flex-end;
	align-items: center;
	border-radius: 100%;
	background: rgba(216, 216, 216, 0.30);
}
.endow_left__more-icon svg {
	width: 0.9rem;
	height: 0.9rem;
}
.endow_content__right {
	flex: 1 0 0;
	height: 30rem;
	border-radius: 2rem;
	background: #909396;
	margin-left: 2rem;
}
@media (max-width: 639px) {
	.endow {
		padding: 0 0.75rem;
	}
	.endow_title {
		text-align: start;
		color: #006B1D;
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 2.1rem */
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 1.5rem;
	}
	.endow_content {
		flex-direction: column-reverse;
	}
	.endow_content__right {
		margin-left: 0;
		height: 12.07569rem;
		margin-bottom: 1rem;
		border-radius: var(--8, 0.5rem);
		background: #909396;
	}
	.endow_content__left {
		width: 100%;
		height: auto;
		border-radius: var(--8, 0.5rem);
		background: var(--Shinnec-Color-Secondary-Blue-900, #0061C2);
		padding: 0.875rem;
	}
	.endow_content__left-svg2,
	.endow_content__left-svg1 {
		display: none;
	}
	.endow_left__label {
		color: #FFFDFA;
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.125rem */
		opacity: 0.7;
		margin-bottom: 1rem;
	}
	.endow_left__desc {
		color: #FFFDFA;
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 1.3125rem */
		letter-spacing: -0.00875rem;
	}
	.endow_left__more p {
		color:  #FFF;
		text-align: center;
		font-family: Lexend;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.01563rem;
	}
}