.PageHeader {
    min-height: 65px;
}

    .PageHeader > .rz-col:first-child {
        position: relative;
    }

        .PageHeader > .rz-col:first-child h2 {
            padding: 0;
            margin: 0;
        }

    .PageHeader .rz-text-overline {
        color: #3d3d3d !important;
        margin: 0 0 2px 0;
        padding: 0;
        height: 10px;
        display: block
    }

    .PageHeader > .rz-col:last-child {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .PageHeader .btnBack {      
        top: 5px;
        left: 0;
    }