.page-hero {
    position: relative;
}

.page-hero .wp-block-post-featured-image {
    margin: 0;
}

.page-hero .wp-block-post-featured-image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.page-hero .wp-block-post-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}