.ed-2869-wrapper {
	font-family: inherit;
	color: #4A5568;
}

.ed-2869-top-row {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}

.ed-2869-text-col {
	flex: 1;
}

.ed-2869-image-col {
	flex: 1;
}

.ed-2869-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.ed-2869-subtitle {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.ed-2869-title {
	font-size: 36px;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
}

.ed-2869-desc {
	font-size: 16px;
	line-height: 1.6;
}

.ed-2869-highlight {
	font-size: 16px;
	line-height: 1.6;
	color: #4A5568;
}

.ed-2869-middle-row {
	background: #ffffff;
	border: 1px solid #1F3B2C;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}

.ed-2869-list-col {
	flex: 1;
}

.ed-2869-list-divider {
	width: 1px;
	background-color: #e2e8f0;
}

.ed-2869-list-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

.ed-2869-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ed-2869-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
}

.ed-2869-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background-color: #9DB469; /* Light green bullet */
	border-radius: 50%;
}

.ed-2869-bottom-row {
	text-align: center;
}

.ed-2869-btn {
	display: inline-block;
	color: #ffffff;
	padding: 15px 40px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 15px;
	transition: opacity 0.3s ease;
	width: 100%;
	max-width: 600px;
}

.ed-2869-btn:hover {
	opacity: 0.9;
	color: #ffffff;
}

.ed-2869-disclaimer {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

@media (max-width: 768px) {
	.ed-2869-top-row,
	.ed-2869-middle-row {
		flex-direction: column;
	}
	
	.ed-2869-list-divider {
		height: 1px;
		width: 100%;
	}
}