.main_content{
	width: 100%;
	height: 510px;
}
.content-left{
	width: 40%;		
	height: auto;
	float: left;
}
.top{
	display: flex;
}
.hiking {
	font-size: 40px;	
	text-transform: uppercase;
	color: #000000;
	font-weight: 800;
	font-family: "Montserrat";
	text-align: right;
	margin: 100px 10px 50px 100px;
	border-right: 2px solid black;
	padding-right: 15px;
}
.get {
	font-size: 70px;	
	text-transform: uppercase;
	color: #000000;
	font-weight: 800;
	font-family: "Montserrat";
	margin: 100px 10px 50px 10px;
}
.content-right{
	width: 38%;	
	height: 505px;
	background-image: url(image/bagpack.png);
	background-size: cover;
	float: right;
	margin-right: 120px;
}
.button{
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
.button>span{
	color: white;
	text-transform: uppercase;
	background-color: black;
	font-family: Montserrat;
	font-size: 15px;
	padding: 20px 55px;
	margin-right: 50px;
}
.button>span:hover{
	background-color: goldenrod;
	color: black;
}
.hils{
	width: 100%;
	height: 70px;
	display: flex;
	
}
.pic_hils{
	width: 10%;
	height: 64px;
	background-image: url("image/Hills_Icon.png");
	background-size: cover;
	margin: 0px 10px;
}
.text_hils {
	font-size: 21px;
	line-height: 27px;
	text-transform: uppercase;
	color: #010101;
	font-weight: 700;
	font-family: "Montserrat";
	margin: 0px 10px;
}
