.d25-aspect-tabs-area {
	background-color: #000;
	padding: 5rem 0;
}
.d25-aspect-tabs-area .container {
	max-width: 145rem;
}
.d25-aspect-tabs-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.d25-aspect-tabs-img {
	position: relative;
	flex-shrink: 0;
}
.d25-aspect-tabs-img img {
	position: relative;
	z-index: 1;
}
.d25-aspect-tabs-title {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	font-size: 4rem;
	line-height: normal;
	font-weight: 700;
	color: #fff;
}
.d25-aspect-tabs-txet {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: normal;
	font-weight: 600;
	color: #fff;
}
.d25-aspect-tabs-content .nl-btn {
	margin-top: 4rem;
	width: max-content;
}
.d25-aspect-tabs-content {
	width: 63rem;
	max-width: 100%;
}
.d25-aspect-tabs-row:not(:last-child) {
	margin-bottom: 14rem;
}
.d25-aspect-tabs-row:nth-child(2n) {
	flex-direction: row-reverse;
}
.d25-aspect-tabs-area {
	background-color: #000;
	padding-top: 15rem;
	padding-bottom: 11rem;
}
.d25-aspect-tabs-img::after {
	content: '';
	width: 25rem;
	height: 25rem;
	position: absolute;
	background: linear-gradient(322deg, #34832E 7.42%, #78C370 82.2%);
	opacity: 0.22;
	filter: blur(15.8rem);
	left: 8rem;
	bottom: 0;
}
@media only screen and (max-width: 1050px) {
    .d25-aspect-tabs-area {
        padding-top: 47px;
        padding-bottom: 50px;
    }
    .d25-aspect-tabs-row {
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
    }
    .d25-aspect-tabs-img {
        width: 450px !important;
        max-width: 100%;
    }
    .d25-aspect-tabs-title {
        font-size: 26px;
        font-weight: 600;
    }
    .d25-aspect-tabs-content .nl-btn {
        margin-top: 20px;
    }
    .d25-aspect-tabs-content {
        width: 100%;
        margin-top: 14px;
    }
    .d25-aspect-tabs-row:not(:last-child) {
        margin-bottom: 74px;
    }
    .d25-aspect-tabs-txet {
        font-size: 16px;
        font-weight: 400;
    }
}