
#img3{
	
	background-image:url("img/GRANGE2.jpeg");
	
	height:271px;
	
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#img1{
	
 width: 100%;
 height:700px;
 
  
  
}

#text p {
	
	margin-top: 5%;
	font-size:20px;
	text-align: center;
	color:black;
	margin-right: 5%;
	margin-left: 5%;
	text-align: justify;
	border-right:groove;	
	padding-right: 20px;
	
}
	
#text{
	background-color:white;
	
	height: 700px;	 
	
}		
@media (max-width: 600px){
	
#img3{
	margin-bottom: 5%;
}
body{
	overflow:scroll;
}

#text{
	background-color:white;
	
	height: 1210px;	 
	
}
#img1{
	height:300px;
	
	position: relative;
	display: block;
	

}

}
