.bs-1e2f9e16-wrapper {
	padding: 80px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.bs-1e2f9e16-title {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 2.5rem;
	color: #54595F;
	margin-bottom: 60px;
}

.bs-1e2f9e16-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media (min-width: 768px) {
	.bs-1e2f9e16-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.bs-1e2f9e16-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bs-1e2f9e16-card {
	background-color: #f9f9f9;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bs-1e2f9e16-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
}

.bs-1e2f9e16-card-icon {
	font-size: 32px;
	color: #6EC1E4; /* Primary Blue */
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	width: 64px;
	background-color: rgba(110, 193, 228, 0.1);
	border-radius: 50%;
}

.bs-1e2f9e16-card-icon svg {
	width: 32px;
	height: 32px;
	fill: #6EC1E4;
}

.bs-1e2f9e16-card-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 1.25rem;
	color: #54595F;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.bs-1e2f9e16-card-desc {
	font-family: 'Roboto Slab', serif;
	font-size: 1rem;
	color: #7A7A7A;
	margin: 0;
	line-height: 1.6;
}
