.panel57
{
	
}

.panel57 .wrapper
{
	background-color: #fcecdf;
	
	margin-right: 30px;
	margin-left: 30px;
	border-radius: 20px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.panel57 .right
{
	width: 20%;
	padding: 20px;
}

.panel57 .right img
{
	max-width: 100%;
	max-height: 100%;
}

.panel57 .left
{
	width: 80%;
	padding: 10px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.panel57 .box
{
	width: 25%;
	margin: 10px;
}

.panel57 .image img
{
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px 10px 0px 0px;
}

.panel57 .titr
{
	font-family: 'Vazir';
	font-size: 15px;
	color: #506775;
	text-align: center;
	margin-top: 20px;
}

.panel57 .money
{
	font-family: 'Vazir';
	font-size: 15px;
	color: #00c095;
	text-align: center;
	margin-top: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 500px)
{
	
}

@media only screen and (min-width: 500px) and (max-width: 800px)
{
	
}

@media only screen and (min-width: 800px) and (max-width: 1100px)
{
	
}

@media only screen and (min-width: 1100px) and (max-width: 1250px)
{
	
}

@media only screen and (min-width: 1250px)
{
	
}