﻿.page-hero {
    background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)), url("../images/bkNewPage.jpg") center/cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
    .page-hero h1 {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 4;
    }
.support-hero {
    background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)), url("../images/bkSupport.jpg") center/cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.support-hero h1 {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.7;
    }
.about-hero {
    background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)), url("../images/bkAbout.jpg") center/cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

.about-hero h1 {
        font-size: 48px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 4;
    }
.blog-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: rgba(255,255,255,.9);
    font-size: 15px;
}

    .blog-meta i {
        color: #74C63D;
        margin-left: 6px;
    }