.panel37_1
{
	/* background-color: #f4f4f4; */
	padding-top: 20px;
	padding-bottom: 20px;
	
	/* background-image: url('../../image/2222.png'); */
	background-position:  center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.panel37_1 *
{
	font-size: initial;
}

.p37Parent
{
	display: flex;
	flex-direction: row;
	margin: auto;
	align-items: center;
	max-width: 1000px;
}

.p37Right
{
	flex-basis: 50%;
	/* height: 100%; */
	text-align: center;
}

.p37Right img
{
	max-height: 100%;
	max-width: 100%;
}

.p37Left
{
	flex-basis: 50%;
	padding: 10px;
	/* max-height: 100%; */
}

.p37Left .p37LeftTitr
{
	font-size: 40px;
	color: #034da2;
	font-family: 'Vazir';
}

.p37Left .p37LeftNote
{
	font-size: 15px;
	color: #666666;
	text-align: justify;
	margin-top: 20px;
	line-height: 35px;
	font-family: 'Vazir';
}

.p37Left .p37LeftMore
{
	font-size: 15px;
	color: #f7600f;
	border-bottom: 1px solid #f7600f;
	display: inline-block;
	float: left;
	font-family: 'Vazir';
}

@media only screen and (min-width: 0px) and (max-width: 500px)
{
	.panel37_1
	{
		background-size: 300%;
	}
}

@media only screen and (min-width: 501px) and (max-width: 750px)
{
	.panel37_1
	{
		background-size: 200%;
	}
}