:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
.section-background {
    position: relative;
    margin-bottom: 10px !important;
}

.background-image, img.background-image {
    height: 23rem;
    object-fit: cover;
    opacity: .3;
    width: 100%;
    filter: opacity(0.2);
}

.header-title-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-title, h1.header-title {
    color: var(--wp--preset--color--red);
    font-family: var(--ff-lato);
    text-transform: uppercase;
}
.wp-block-spacer{clear:both}
