﻿.innerPagesBanner {
    background: url(../assets/images/banner-contact.png) center no-repeat;
    text-align: center;
    min-height: 300px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
    .innerPagesBanner .content-heading h1 {
        margin: 0;
        font-size: 48px;
    }
    .innerPagesBanner .content-heading {
        position: relative;
        z-index: 99;
        color: #fff;
        margin-top: 130px;
    }
.inner-pages p{
    font-size:14px;
}
a {
    color: #adb0b3;
    text-decoration: none;
}