.why-uppromote {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.why-uppromote__header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 46.39281rem;
	margin: 0 auto;
}
.why-uppromote__header h2 {
	margin-bottom: 1.5rem;
}
.why-uppromote__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 1.75rem;
	row-gap: 2.75rem;
	margin-top: 4rem;
}
.why-uppromote__item {
	position: relative;
	border-radius: 0.625rem;
	border: 1.105px solid #ebebeb;
	padding-bottom: 1.87rem;
	z-index:1;
	overflow: hidden;
}
.why-uppromote__item .why-uppromote__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.why-uppromote__item .why-uppromote__thumb {
	width: 100%;
	height: 27rem;
	position: relative;
}
.why-uppromote__item .why-uppromote__thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}
.why-uppromote__item .why-uppromote__thumb .why-uppromote__img-mb {
	display:none;
}
.why-uppromote__item .why-uppromote__content {
	padding: 0 calc(2.5rem - 1px);
}
.why-uppromote__item .why-uppromote__content h3 {
	color: var(--Text-Text-Oxford-Blue-100---Body, #092c4c);
	font-size: var(--font-size-H3);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0.75rem;
}
.why-uppromote__item .why-uppromote__content p {
	color: var(--Text-Text-Oxford-Blue-87-body-text-1);
	font-size: var(--font-size-sub1);
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.03125rem;
}
@media screen and (max-width: 639.9px) {
	.why-uppromote {
	background:linear-gradient(180deg, #F0F7FF 42%, #FFF 100%);
	}
	.why-uppromote__body {
		grid-template-columns: 1fr;
		margin-top: 2rem;
		padding: 0;
		row-gap: 0;
	}
	.why-uppromote__header {
		width: 100%;
		padding: 0 1.25rem;
	}
	.why-uppromote__header .description__subheading {
		color: var(--Text-Text-Oxford-Blue-87-body-text-1, rgba(9, 44, 76, 0.87));
		text-align: center;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 1.4rem */
		letter-spacing: 0.01563rem;
	}
	.why-uppromote {
		padding-top: 3rem;
		padding-bottom: 0rem;
	}

	.why-uppromote__item {
		height: fit-content;
		border: none;
		padding-bottom: 3.75rem;
	}
	.why-uppromote__body .why-uppromote__item:last-child {
		margin-bottom: 0;
	}
	.why-uppromote__item .why-uppromote__thumb {
		height: 17.77831rem;
		padding:3rem 0 0;
	}
	.why-uppromote__item .why-uppromote__thumb img {
		object-fit: contain;
	}
	.why-uppromote__item .why-uppromote__thumb img:first-child{
		display:none;
	}
	.why-uppromote__item .why-uppromote__thumb .why-uppromote__img-mb{
		display:block;
		position:relative;
	}
	
	.why-uppromote__item .why-uppromote__content {
		padding: 0 1.25rem;
		padding-top: 1.5rem;
	}
	.why-uppromote__item .why-uppromote__content h3 {
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 1rem;
	}
	
}
@media (min-width: 640px) {
	
	
/* .why-uppromote__item .why-uppromote__content p {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
} */
}