.msic-1317f925-wrapper {
	width: 100%;
}

.msic-1317f925-header {
	margin-bottom: 40px;
}

.msic-1317f925-main-title {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 48px;
}

.msic-1317f925-sub-title {
	margin: 0;
	color: #777;
	font-weight: normal;
	font-size: 24px;
}

.msic-1317f925-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.msic-1317f925-card {
	background-color: #fcfcfc;
	border: 1px solid #eaeaec;
	border-radius: 8px;
	padding: 30px;
	transition: all 0.3s ease;
}

.msic-1317f925-card-icon {
	margin-bottom: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.msic-1317f925-card-icon svg {
	fill: #000;
	width: 24px;
	height: 24px;
}

.msic-1317f925-card-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.msic-1317f925-card-desc {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin: 0;
}

/* Default responsive styles if Elementor grid responsive isn't enough */
@media (max-width: 767px) {
	.msic-1317f925-grid {
		grid-template-columns: 1fr !important;
	}
	.msic-1317f925-main-title {
		font-size: 32px;
	}
	.msic-1317f925-sub-title {
		font-size: 20px;
	}
}
