.cb-subpageheader {
    height: 20rem;
    position: relative;
}
.cb-subpageheader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cb-subpageheader .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.cb-subpageheader .content > * {color: #fff !important;}