.aeo-benefits-wrapper-6cd6021d {
	padding: 60px 20px;
	max-width: 1200px;
	margin: 0 auto;
	font-family: inherit;
}

.aeo-benefits-title-6cd6021d {
	text-align: center;
	color: #0b1a2e; /* Target Avenue Dark Navy */
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 0;
}

.aeo-benefits-grid-6cd6021d {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.aeo-benefit-card-6cd6021d {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aeo-benefit-card-6cd6021d:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(11, 26, 46, 0.05);
}

.aeo-benefit-icon-6cd6021d {
	color: #63b3ed; /* Softer light blue */
	font-size: 24px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #f0f9ff;
	border-radius: 50%;
}

.aeo-benefit-icon-6cd6021d svg {
	width: 24px;
	height: 24px;
	fill: #63b3ed;
}

.aeo-benefit-card-title-6cd6021d {
	color: #0b1a2e;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.aeo-benefit-card-desc-6cd6021d {
	color: #4a5568;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
	.aeo-benefits-grid-6cd6021d {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.aeo-benefits-wrapper-6cd6021d {
		padding: 40px 15px;
	}
	
	.aeo-benefits-title-6cd6021d {
		font-size: 28px;
		margin-bottom: 40px;
	}
	
	.aeo-benefits-grid-6cd6021d {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
