.sc-ea21d6a9-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px 20px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	background-color: #ffffff;
	transition: box-shadow 0.3s ease;
	height: 100%;
}

.sc-ea21d6a9-wrapper:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sc-ea21d6a9-icon {
	margin-bottom: 20px;
	color: #4b8b2e; /* Default green */
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sc-ea21d6a9-icon svg {
	width: 50px;
	height: 50px;
	fill: #4b8b2e;
}

.sc-ea21d6a9-title {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: 700;
	color: #222222;
}

.sc-ea21d6a9-desc {
	margin: 0 0 25px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	flex-grow: 1;
}

.sc-ea21d6a9-link {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: #4b8b2e;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sc-ea21d6a9-link:hover {
	color: #366620;
}

.sc-ea21d6a9-arrow {
	margin-left: 5px;
	font-weight: bold;
}
