@media only screen and (min-width:200px) and (max-width:767px){
	.navbar_list{
		background: #000;
		width: 100%;
	}

	h1{
		font-size: 30px;
	}

	.side-img{
		height:350px;
	}

	.banner_content{
		top: 40%;
		left: 5%;
		color: #fff;
		width: 90%;
	}

	.image{
		height: 380px;
	}

	h2, h3{
		font-size: 25px;
	}

	.local-area a{
		font-size: 14px;
		padding: 10px 10px;
		color: #fff;
		font-weight: 500;
	}
}