.d25-story-area {
	background-color: #020402;
	padding-top: 6.2rem;
	padding-bottom: 10.7rem;
}
.d25-story-title {
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
	font-size: 3.6rem;
	line-height: normal;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	width: max-content;
}
.d25-story-title::after {
	content: '';
	width: .8rem;
	height: .8rem;
	background-color: #78C370;
	position: absolute;
	right: -1.5rem;
	bottom: 1.3rem;
	border-radius: 50%;
}
.d25-story-title .icon {
	display: flex;
}
.d25-story-area .container {
	max-width: 160rem;
	position: relative;
	z-index: 1;
}
.d25-story-row {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.d25-story-text {
	width: 94.8rem;
	background-color: #0E0E10;
	padding: 3.6rem 3.4rem;
	border-radius: 2rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
}
.d25-story-text {
	width: 94.8rem;
	background-color: #0E0E10;
	padding: 3.6rem 3.4rem;
	border-radius: 2rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	font-size: 1.6rem;
	color: #fff;
}
.d25-story-text p:not(:last-child) {
	margin-bottom: 1.5rem;
}
.d25-story-image {
	width: 42.4rem;
	max-width: 100%;
	display: flex;
	border-radius: 1rem;
	overflow: hidden;
}
@media only screen and (max-width: 1050px) {
	.d25-story-title {
		font-size: 28px;
		column-gap: 7px;
	}
	.d25-story-title .icon {
		width: 12px;
		display: flex;
	}
	.d25-story-title::after {
		right: -12px;
	}
	.d25-story-row {
		margin-top: 8px;
		flex-wrap: wrap;
	}
	.d25-story-text {
		width: 100%;
		max-width: 100%;
		/* padding: 0; */
		border-radius: 7px;
		padding: 28px 15px;
		font-size: 14px;
	}
	.d25-story-image {
		margin-top: 5px;
	}
	.d25-story-area {
		padding-bottom: 75px;
	}
}