
    .pe-banner-section {
        margin-top: 80px;
    }
    .pe-banner-wrapper {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #FAF5FF;
        flex-direction: column;
        font-weight: 400;
        border: solid 1px #000;
    }

    .pe-banner {
        flex-direction: row;
        display: flex;
        padding: 0 42px 0 50px;
        justify-content: space-between;
    }

    .pe-banner-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }



        .pe-banner-left > h1 > p {
            font-size: 49px;
            font-weight: 700;
            color: #1C75BB;
            line-height: 44px;
            margin: 0 0 18px 0;
            padding: 0;
        }

        .pe-banner-left > h2 > p {
            font-size: 44px;
            font-weight: 400;
            color: #1C75BB;
            text-align: left;
            margin: 0;
            padding: 0;
        }

        .pe-banner-left > h1, .pe-banner-left > h2 {
            margin: 0;
            padding: 0;
        }

.pe-banner-logo {
    max-width: 633px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.pe-banner-logo > img {
    height: 22px;
}

.pe-banner-logo > img:last-child {
    height: 28px;
}


    .pe-banner-right {
        margin: 16px 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 370px;
    }

        .pe-banner-right > a > button {
            color: #FFF;
            font-size: 18px;
            font-weight: 600;
            height: 38px;
            border-radius: 100px;
            background: #3876BC;
            margin-bottom: 16px;
            text-decoration: navajowhite;
            border: none;
            text-decoration: none;
            margin-top: 18px;
            cursor: pointer;
            padding: 0 40px;
        }

        .pe-banner-right .right {
            text-align: center;
        }

        .pe-banner-right .pricing {
            font-size: 1.8em;
            line-height: 1.2em;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .pe-banner-right img {
            max-height: 20px;
            margin-bottom: 4px;
        }

        .pe-banner-right p {
            margin: 0;
            font-weight: 400;
            text-align: center;
        }

    .pe-banner-footer {
        text-align: center;
        margin-bottom: 16px;
        padding: 0 24px;
    }

        .pe-banner-footer > p {
            font-size: 15px;
            color: #000;
            font-weight: 400;
        }

.pe-banner-footer a {
    color: #0078d7;
    text-decoration: underline;
}

.pe-banner-save {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #FAF5FF;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px #48484A;
    background-color: #EEDBFC;
    padding: 4px 10px 4px 4px;
    top: -17px;
    display: inline;
    position: relative;
    left: 58px;
    width: 152px;
}

.pe-banner-save > img {
    padding-bottom: 3px;
}