.d25-banner-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.d25-banner-area .container {
	position: relative;
	z-index: 2;
}
.d25-banner-about {
	width: 104.2rem;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 68rem;
	margin: 0 auto;
	justify-content: center;
	padding-bottom: 8rem;
}
.d25-banner-about-title {
	font-family: 'Poppins', sans-serif;
	font-size: 4.8rem;
	line-height: 5.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	gap: .7rem;
	margin-bottom: 2.5rem;
}
.d25-banner-logo {
	width: 15.9rem;
	display: flex;
}
.d25-banner-about-text-wrap {
	width: 100%;
	height: 3rem;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 5rem;
}
.d25-banner-about-text-inner {
	width: 100%;
	transition: all 1s;
	overflow: hidden;
	/* width: 0; */
}
.d25-banner-about-text {
	width: 104.2rem;
	font-size: 1.9rem;
	line-height: normal;
	font-weight: 500;
	color: #78C370;
	max-width: 104.2rem;
}
.d25-banner-area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 0.19%, #000 99.77%);
    z-index: 1;
}
.d25-banner-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, #000 1.87%, rgba(0, 0, 0, 0.20) 34.76%);
    z-index: 1;
}
.d25-banner-svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 40rem;
	display: flex;
	z-index: 3;
}
@media only screen and (max-width: 1050px) {
	.d25-banner-about {
		min-height: auto;
		padding-top: 73px;
	}
	.d25-banner-about-title {
		font-size: 28px;
		display: flex;
		gap: 6px;
		justify-content: center;
		margin-bottom: 13px;
	}
	.d25-banner-logo {
		width: 105px;
	}
	.d25-banner-about-text-inner {
		width: 100% !important;
	}
	.d25-banner-about-text-wrap {
		height: auto;
		text-align: center;
		margin-bottom: 15px;
	}
	.d25-banner-about-text {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}
	.d25-banner-svg {
		display: none;
	}
}