*{
	margin: 0px;
}
@media (min-width:769px) and (max-width:991px){

.d1{
	width: 100%;
	height: 280px;
/*	border: 1px solid white;*/
	display: flex;
	justify-content: right;
	align-items: center;
	background-color: #F0EBEF;
	background: url(back1.jpg);
	background-size: 100% 210%;
}

.img1{
	width: 30%;
	height: 100%;
	margin: 0 30px 0 0;
}

.d2{
	width: 100%;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(back.jpeg);
	background-size: 100% 100%;
}

.h21{
	margin: 5px 0;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

.d21{
	width: 95%;
	height: 600px;
/*	border: 1px solid black;*/
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.d211{
	width: 30%;
	height: 30%;
	background: rgba(240,235,239, 0.8);
	border: 1px solid rgba(240,235,239, 1.0);
	border-radius: 4%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: transform .5s;
}
.d211:hover{
	transform: scale(1.2) ;
}
.img211{
	width: 30%;
	height: 40%;
}
.d211h1{
	font-size: 15px;
	font-style: italic;
	text-align: center;
	margin: 5px 0 15px;
}


}