.block-three-up-cert-panel-simple {
    font-family: "Avenir Next", Avenir, sans-serif;
    font-weight: 400;
    color: #51534A;
    overflow: hidden;
}

.block-three-up-cert-panel-simple .block-container {
    max-width: var(--max-large);
    padding: 0;
}

.block-three-up-cert-panel-simple .panels {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1000px) {
    .block-three-up-cert-panel-simple .panels {
        flex-direction: row;
        margin-left: -3em;
        width: calc(100% + 6em);
    }

    .block-three-up-cert-panel-simple .panel:first-child .panel-background {
        left: unset;
        right: 0;
        width: 50vw;
    }
    
    .block-three-up-cert-panel-simple .panel:last-child .panel-background {
        width: 50vw;
    }
}

.block-three-up-cert-panel-simple .panel {
    position: relative;
    width: 100%;
}

.block-three-up-cert-panel-simple .panel-container {
    overflow: hidden;
    position: relative;
    padding: 3em;
    height: 100%;
}

.block-three-up-cert-panel-simple .panel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-three-up-cert-panel-simple .panel-content {
    position: relative;
    z-index: 3;
    padding-bottom: 10em;
    height: 100%;
}

.block-three-up-cert-panel-simple .logo-image {
    display: block;
    width: 100%;
    max-width: 15em;
    height: 10em;
    object-fit: contain;
    object-position: center left;
}

.block-three-up-cert-panel-simple .watermark-logo {
    position: absolute;
    bottom: -2em;
    left: 3em;
    height: 14em;
    width: auto;
    z-index: 2;
}

.block-three-up-cert-panel-simple .watermark-logo-image {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
}

.block-three-up-cert-panel-simple .body-copy {
    font-size: 1.25em;
}

.block-three-up-cert-panel-simple .cta {
    position: absolute;
    right: 0;
    bottom: 0;
}