/* body */
/* { */
	/* margin: 0; */
	/* font-family: 'Vazirmatn', sans-serif; */
	/* background: linear-gradient(to right, #3db7d6, #3cc9b0); */
	/* color: white; */
	/* text-align: center; */
/* } */

.panel67
{
	background: linear-gradient(to right, #3db7d6, #3cc9b0);
	color: white;
	text-align: center;
}

.panel67 *
{
	/* font-size: initial; */
}

.panel67 .container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 20px;
}

.panel67 .item
{
	flex: 1 1 200px;
	max-width: 280px;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	transition: transform 0.3s ease;
	background: rgba(255, 255, 255, 0.05);
}

.panel67 .item:hover
{
	transform: translateY(-10px);
}

.panel67 .icon
{
	width: 80px;
	height: 80px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #3db7d6;
	font-size: 36px;
}

.panel67 .icon i
{
	font-size: 36px;
}

.panel67 .title-fa
{
	font-family: 'Vazir';
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.panel67 .title-en
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.panel67 .desc
{
	font-family: 'Vazir';
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 768px)
{
	.panel67 .item
	{
		max-width: 90%;
	}
}