section.footer-callout {
    background: var(--scarlet);
    position: relative;
}

section.footer-callout .wrapper {
    position: relative;
    z-index: 200;
}

section.footer-callout .wrapper .callout {
    padding: 40px 32px;
    position: relative;
    text-align: left;
}

section.footer-callout .wrapper .callout.column-2:last-child::before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 32px;
    right: 32px;
    height: 1px;
    background: var(--white);
}

section.footer-callout .wrapper .callout h4 {
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: var(--white);
    margin: 0 0 8px 0;
}

section.footer-callout .wrapper .callout .sub-title {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fcd4d4;
    margin: 0 0 30px 0;
}

section.footer-callout .overlay-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/pattern-poly-dark.svg);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 10;
}

@media screen and (min-width: 768px) {

    section.footer-callout .wrapper {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    section.footer-callout .wrapper .callout {
        text-align: center;
        padding: 90px 32px;
        flex-grow: 1;
    }

    section.footer-callout .wrapper .callout.columns-2 {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.footer-callout .wrapper .callout a {
         margin-top: auto;
    }

    section.footer-callout .wrapper .callout h4 {
        font-size: 46px;
        line-height: 1.13;
    }

    section.footer-callout .wrapper .callout.column-2 h4 {
        font-size: 30px;
    }

    section.footer-callout .wrapper .callout .sub-title {
        font-size: 30px;
        line-height: 1.13;
    }

    section.footer-callout .wrapper .callout.column-2 .sub-title {
        font-size: 27px;
    }

    section.footer-callout .wrapper .callout.column-2:last-child::before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: initial;
        bottom: 0;
        width: 2px;
        height: initial;
        background: rgba(0, 0, 0, 0.2);
    }

}
