.kb-7935c966-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
	color: #54595F;
}

.kb-7935c966-header {
	text-align: center;
	margin-bottom: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.kb-7935c966-title {
	font-size: 32px;
	font-weight: 600;
	color: #046569;
	margin-bottom: 20px;
}

.kb-7935c966-intro {
	font-size: 16px;
	line-height: 1.6;
	color: #7A7A7A;
}

.kb-7935c966-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

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

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

.kb-7935c966-card {
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-bottom: 3px solid transparent;
}

.kb-7935c966-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	border-bottom-color: #4EA7AB;
}

.kb-7935c966-icon {
	font-size: 40px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kb-7935c966-icon svg {
	width: 40px;
	height: 40px;
}

.kb-7935c966-card-title {
	font-size: 20px;
	font-weight: 600;
	color: #046569;
	margin-bottom: 15px;
}

.kb-7935c966-card-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #7A7A7A;
	margin: 0;
}

.kb-7935c966-footer {
	text-align: center;
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 8px;
	border-left: 4px solid #4EA7AB;
	max-width: 900px;
	margin: 0 auto;
}

.kb-7935c966-footer p {
	font-size: 15px;
	color: #54595F;
	margin: 0;
	line-height: 1.6;
}
