.who-for-wrapper-107e30bf {
	padding: 80px 20px;
	max-width: 1200px;
	margin: 0 auto;
	font-family: inherit;
}

.who-for-title-107e30bf {
	text-align: center;
	color: #0b1a2e; /* Target Avenue Dark Navy */
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 0;
}

.who-for-grid-107e30bf {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.who-for-card-107e30bf {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 30px 24px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.who-for-card-107e30bf:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(11, 26, 46, 0.05);
}

.who-for-icon-107e30bf {
	color: #63b3ed; /* Softer Light Blue */
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.who-for-icon-107e30bf svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.who-for-text-107e30bf {
	color: #4a5568;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
	.who-for-grid-107e30bf {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.who-for-wrapper-107e30bf {
		padding: 60px 15px;
	}
	.who-for-title-107e30bf {
		font-size: 28px;
		margin-bottom: 40px;
	}
	.who-for-grid-107e30bf {
		grid-template-columns: 1fr;
	}
}
