.page-banner {
	width: 100%;
	background: url(../images/Background1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}

.banner-title {
	color: #fff;
	padding: 5%;
}

.page-content{
	margin: 5%;
}
.page-content h6{
	margin:0;
}