.mtp-hero {
    min-height: 15.625rem;
}

.mtp-hero {
    position: relative;
    min-height: 19.625rem;
    overflow: hidden;
    background: #0c6b83;
}

.mtp-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 19.625rem;
    background-image: var(--mtp-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
}

.mtp-hero__overlay {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: inherit;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.32);
}

.mtp-hero h1 {
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.2;
}