* {
	box-sizing: border-box;
}
.center {
	width: 90%;
	margin: auto;
	padding: 20px;
}
.info_text {
	width: 60%;
	float: left;
	padding: 0px 10px 0px 25px;
} 
.info_text_right {
	width: 60%;
	float: right;
	padding: 0px 10px 0px 25px;
} 
.pricing_text {
	width: 35%;
	float: left;
	padding: 0px 10px 0px 25px;
}
.trip_text {
	width: 50%;
	float: left;
	padding: 0px 10px 0px 25px;
}
.trip_text_right {
	width: 50%;
	float: right;
	padding: 0px 10px 0px 25px;
}
.terms_text {
	width: 50%;
	float: left;
	padding: 0px 10px 0px 25px;
}
.terms_text_right {
	width: 50%;
	float: right;
	padding: 0px 0px 10px 25px;
}
.info_img {
	width: 32%;
	float: right;
	padding: 0px 0px 10px 0px;
}
.info_img_left {
	width: 32%;
	float: left;
	padding: 0px 0px 10px 0px;
}
.pricing_img {
	width: 50%;
	float: right;
	padding: 0px 0px 10px 0px;
}
.trip_banner {
	display: block;
	clear: both;
	background-color: rgba(255,255,255,1.00)
	padding: 0px;
}
.pricing_banner {
	display: block;
	clear: both;
	background-color: rgba(255,255,255,1.00)
	padding: 0px;
}
.terms_banner {
	display: block;
	clear: both;
	background-color: rgba(255,255,255,1.00)
	padding: 0px;
}
.extra_banner {
	display: block;
	clear: both;
	background-color: rgba(255,255,255,1.00)
	padding: 0px;
}
@media screen and (max-width:800px){
	.info_text, 
	.info_text_right,
	.info_img,
  	.info_img_left,
	.pricing_text, 
	.pricing_img, 
	.terms_text,
	.terms_text_right,
	.trip_text,
	.trip_text_right {
		width: 100%;
		}
}