.d25-cta-x-area {
	background-color: #000;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.d25-cta-x-area .container {
	max-width: 133rem;
}
.d25-cta-x-wrap {
	background-color: #222;
	height: 17rem;
	position: relative;
	border-radius: .8rem;
}
.d25-cta-x-b1-sp {
	width: 14rem;
	height: 14rem;
	background: rgba(80, 184, 72, 0.20);
	filter: blur(100px);
	position: absolute;
	top: 0;
	left: 12rem;
}
.d25-cta-x-b1-bg {
	position: absolute;
	right: 40rem;
}
.d25-cta-x-b1-shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.d25-cta-x-wrap::after {
	content: '';
	width: 24rem;
	height: 17rem;
	background: rgba(80, 184, 72, 0.25);
	filter: blur(100px);
	position: absolute;
	top: calc(50% - 9rem);
	right: -15rem;
}
.d25-cta-x-b1::after {
	content: '';
	width: 9.8rem;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
}
.d25-cta-x-b2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 6.6rem;
	padding-right: 22rem;
	z-index: 1;
}
.d25-cta-x-content h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 4rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.d25-cta-x-text {
	font-size: 1.6rem;
	line-height: normal;
	color: #fff;
	margin-top: .5rem;
}
.nl-btn {
	padding: 1.4rem 2.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background-color: #78C370;
	border-radius: .8rem;
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.nl-btn:hover {
    color: #fff;
}
@media only screen and (max-width: 1050px) {
	.d25-cta-x-area {
		padding: 30px 0;
	}
	.d25-cta-x-wrap {
		height: auto;
	}
	.d25-cta-x-b1 {
		display: none;
	}
	.d25-cta-x-b2 {
		position: relative;
		padding: 2.5rem 2.2rem 4rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 9;
	}
	.d25-cta-x-content {
		margin-bottom: 7rem;
	}
	.d25-cta-x-content h2 {
		text-align: center;
	}
	.d25-cta-x-text {
		text-align: center;
	}
}