.innerpage-banner {
    padding-top: 280px;
    padding-bottom: 80px;
    max-height: 460px;
    color: #fff;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 30px;
}
.innerpage-banner.default-banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url(..//assets/images/default-banner.jpeg);
    background-size: cover;
    padding-top: 280px;
    padding-bottom: 80px;
    max-height: 460px;
    color: #fff;
}
.innerpage-banner h1 {
    font-family: var(--wp--preset--font-family--dh-dancing-script);
    color: #fff;
}
