/****************************** SECTION FOR RESTAURANTS ******************************/
#section-restaurants{
	background: url('../img/smiling-waitress-holding-salad-kitchen.jpg');
	background-size: cover;
	background-position: 0 75%;
	background-repeat: no-repeat;
	padding-top: 95px;
	padding-bottom: 210px;
}
#section-restaurants h2{ margin-bottom: 35px; }
#section-restaurants h2,
#section-restaurants p{ text-align: left; }
.white-box{ padding: 35px 40px 45px 40px; }


/*-------------------- TABLET (min-width:768px) and (max-width:991.98px) --------------------*/

@media (min-width:768px) and (max-width:991.98px){
	/****************************** SECTION FOR RESTAURANTS ******************************/
	#section-restaurants{
		background-size: 300%;
		background-position: 30% 72%;
	}
}

/*-------------------- TABLET (min-width:992px) and (max-width:1199.98px) --------------------*/

@media (min-width:992px) and (max-width:1199.98px){
	/****************************** SECTION FOR RESTAURANTS ******************************/
	#section-restaurants{
		background-size: 300%;
		background-position: 30% 72%;
	}
}