﻿.xdiv1-1
{
	background-color: #F0F0FA;
	background-image: url('../Imgs/z12.png');
	padding: 30px;
	width: 500px;
	margin: 50px 0px 50px 0px;
	border-radius: 15px;
	filter: drop-shadow(0px 10px 10px rgba(0 ,0 ,0 , 0.2));
}
.xdiv1-2
{
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 700px)
{
	.xdiv1-1
	{
		background-color: White;
		width: auto;
		border-radius: 0px;
		filter: none;
	}
}
