/* .panel68 *  */
/* { */
	/* box-sizing: border-box; */
/* } */

/* .panel68 body  */
/* { */
	/* font-family: 'Vazir', sans-serif; */
	/* margin: 0; */
	/* padding: 0; */
	/* background-color: #fff; */
	/* color: #333; */
	/* direction: rtl; */
/* } */

.panel68 section 
{
	max-width: 1200px;
	margin: auto;
	padding: 50px 20px;
	text-align: center;
}

.panel68 h2 
{
	font-size: 32px;
	margin-bottom: 10px;
	font-family: 'Vazir';
}

.panel68 p.description 
{
	font-size: 18px;
	color: #555;
	margin-bottom: 50px;
	font-family: 'Vazir';
}

.panel68 .main 
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.panel68 .features 
{
	display: flex;
	flex-direction: column;
	gap: 60px; /* فاصله بیشتر بین آیتم‌های هر طرف */
	flex: 1 1 250px;
}

.panel68 .feature 
{
	display: flex;
	align-items: center;
}

.panel68 .feature i 
{
	font-size: 26px;
	color: white;
	background: #1da1f2;
	padding: 14px;
	border-radius: 50%;
	margin-left: 15px;
}

.panel68 .feature h4 
{
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Vazir';
}

.panel68 .feature p 
{
	margin: 0;
	font-size: 14px;
	color: #555;
	font-family: 'Vazir';
}

.panel68 .center-image 
{
	text-align: center;
	flex: 1 1 300px;
}

.panel68 .center-image img 
{
	width: 100%;
	max-width: 300px;
	height: auto;
	border-radius: 10px;
}

@media (max-width: 768px) 
{
	.panel68 .main 
	{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.panel68 .features 
	{
		align-items: center;
	}

	.panel68 .feature 
	{
		flex-direction: column;
		text-align: center;
	}

	.panel68 .feature i 
	{
		margin: 0 0 10px 0;
	}
}