.pagebannersection {
    background: #9d9b9b;
    height: 500px;
}
.pagebannersection .background-image {
	background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
}
.pagebannersection h2 {
    color: white;
    font-weight: 800;
}
.pagebannersection .header-text {
	color: #ffffff;
}

@media screen and (max-width:767px){
    .pagebannersection {
        height: 260px;
    }
    .pagebannersection .header-text {
        text-align: center;
        margin-top: 70px;
    }
    .branding.brandingMobile img {
        width: 220px;
        margin: auto;
    }
    .branding.brandingMobile a {
        text-align: center;
    }
}