.mh-hero-banner {
    height: 345px;
    width:100%;
}

.mh-hero-content {
    max-width:1400px;
    margin:0 auto;
    color: var(--wp--preset--color--white);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-start;
}

.mh-hero-content h1 {
    color: var(--wp--preset--color--white);
}

.mh-hero-content a {
    text-decoration: none;
}

    .mh-hero-content a.tileButton:hover span {
        text-decoration:none;
    }

.mh-hero-content .feather {
    color: var(--wp--preset--color--white);
}

.mh-hero-content a.tileButton:first-child {
    margin-right:50px;
}

.mh-hero-content a.tileButton svg {
    display:inline-block;
    vertical-align: middle;
    height:20px;
    width:20px;
}

.mh-hero-content a.tileButton span {
    /*font-size:18px;*/
    font-size:20px;
    font-weight:700;
    text-transform: uppercase;
    display:inline-block;
    height:24px;
    line-height:24px;
    vertical-align: middle;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mh-hero-content-block-1 {
    width:55%;
    height:345px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    position:relative;
}

    .mh-hero-content-block-1 span.block-1-wrap {
        position:absolute;
        bottom:0px;
        padding:0 0 40px 0;
    }

        .mh-hero-content-block-1 h1 {
            margin: 0;
            font-weight:700;
        }

        .mh-hero-content-block-1 .mh-hero-links {
            margin-top:50px;
        }

.mh-hero-content-block-2 {
    width:45%;
    height:345px;
    background: rgba(0,0,0,0.2);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    position:relative;
    color: var(--wp--preset--color--white);
}

    .mh-hero-content-block-2 span {
        position:absolute;
        bottom:0px;
        padding:40px 40px;
        color: var(--wp--preset--color--white);
    }

        .mh-hero-content-block-2 span p {
            margin-bottom:0;
            color: var(--wp--preset--color--white);
        }
