.imgStyleMedia {
	height: 90px;
	margin: auto;
	background-color: #ffffffb8;
	width: fit-content;
	box-shadow: 1px 1px 20px #04040496;
	border-radius: 10px;
	margin-top: 20px;
	
}

@media screen and (max-width: 768px) {
	.imgStyleMedia {
		height: 90px;
		margin: auto;
		background-color: #ffffffb8;
		width: fit-content;
		box-shadow: 1px 1px 20px #04040496;
		border-radius: 10px;
		margin-top: 20px;
		
	}
}

.imgStyleMediaa {
	height: 90px;
	margin: auto;
	background-color: #ffffffb8;
	width: fit-content;
	box-shadow: 1px 1px 20px #04040496;
	border-radius: 10px;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.imgStyleMediaa {
		height: 90px;
		margin: auto;
		background-color: #ffffffb8;
		width: fit-content;
		box-shadow: 1px 1px 20px #04040496;
		border-radius: 10px;
		margin-top: 20px;
		margin-left: 20px;
		width: 200px;
	}
}

li a {
	font-family: 'IRANSans' !important;
}
