.d25-team-area {
	padding-top: 4.4rem;
	padding-bottom: 8rem;
	background-color: #141414;
}
.d25-team-title-text {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 3.6rem;
	line-height: normal;
	font-weight: 700;
	color: #78C370;
	margin: 0;
}
.d25-team-sub-title {
	text-align: center;
	font-size: 2.4rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
}
.d25-team-arch-row {
	margin-top: 5.8rem;
	display: flex;
	gap: 3.6rem;
}
.d25-team-single {
	width: calc(33.333% - 2.4rem);
	height: 58.7rem;
	border-radius: 1.5rem;
	overflow: hidden;
	position: relative;
	background-color: #000;
	padding: 3rem;
	display: flex;
	align-items: flex-end;
}
.d25-team-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.d25-team-image-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s;
	opacity: 0;
}
.d25-team-image-box {
	padding: 3.5rem 3rem 2.5rem;
	background: rgba(0, 0, 0, 0.30);
	position: relative;
	z-index: 1;
	width: 100%;
	backdrop-filter: blur(4px);
	border: .1rem solid rgba(255, 255, 255, 0.20);
	border-radius: 1rem;
}
.d25-team-image-box-upper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2.4rem;
	justify-content: space-between;
}
.d25-team-image-box-shape {
	width: 8.2rem;
	flex-shrink: 0;
	display: flex;
}
.d25-team-image-box-name h2 {
	height: 6.3rem;
	font-family: 'Poppins', sans-serif;
	font-size: 3.2rem;
	line-height: normal;
	font-weight: 600;
	text-shadow: 0px .4rem .4rem rgba(0, 0, 0, 0.25);
	color: #78C370;
	margin: 0;
	transition: all .5s;
}
.d25-team-image-box-name h4 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 1.6rem;
	line-height: normal;
	color: #fff;
	text-shadow: 0px .4rem .4rem rgba(0, 0, 0, 0.25);
}
.d25-team-image-box-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.3rem;
	transition: all .5s;
}
.d25-team-image-box-meta-upper {
	height: 0;
	transition: all .5s;
	overflow: hidden;
}
.d25-team-single:hover .d25-team-image-box-meta-upper {
    height: 8.1rem;
}
.d25-team-single:hover .d25-team-image-shadow {
    opacity: 1;
}
.d25-team-single:hover .d25-team-image-box-name h2 {
    font-size: 2.6rem;
}
@media only screen and (max-width: 1050px) {
	.d25-team-title-text {
		font-size: 28px;
	}
	.d25-team-sub-title {
		font-size: 18px;
	}
	.d25-story-image {
		display: none;
	}
	.d25-team-area {
		padding-top: 63px;
		padding-bottom: 65px;
	}
	.d25-team-arch-row {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		margin-top: 21px;
	}
	.d25-team-single {
		width: 380px;
		max-width: 100%;
		border-radius: 5px;
		height: auto;
		padding: 215px 15px 15px 15px;
	}
	.d25-team-image-box {
		padding: 11px 10px 16px;
		border-radius: 6px;
	}
	.d25-team-image-box-shape {
		width: 45px;
	}
	.d25-team-image-box-name h4 {
		font-size: 14px;
	}
	.d25-team-image-box-name h2 {
		height: auto;
		font-size: 26px;
	}
	.d25-team-single:hover .d25-team-image-box-name h2 {
		font-size: 26px;
	}
	.d25-team-image-box-meta .dt-btn {
		font-size: 12px;
		padding: 1px 15px;
		border-radius: 5px;
		column-gap: 7px;
	}
	.dt-btn .icon {
		width: 21px;
		display: flex;
	}
	.d25-team-single:hover .d25-team-image-box-meta-upper {
		height: auto;
	}
	.d25-team-image-box-meta {
		margin-top: 13px;
	}
	.d25-team-image-shadow {
		display: none;
	}
	.d25-team-image-box-meta-upper {
		height: auto;
	}
}