
.pe-banner-section {
    margin-top: 80px;
}

.pe-banner-wrapper {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FAF5FF;
    flex-direction: column;
    font-weight: 400;
    border: solid 2px #000;
    margin: 0 44px;
}

.pe-banner-content {
    display: flex;
    margin: 34px;
    gap: 34px;
    justify-content: space-between;
}

    .pe-banner-content > .pe-banner-item {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 294px;
    }

        .pe-banner-content > .pe-banner-item h3 {
            font-weight: 700;
            font-size: 18px;
            color: #48484A;
            margin:0;
        }

        .pe-banner-content > .pe-banner-item p {
            font-weight: 400;
            font-size: 16px;
            color: #48484A;
        }

    .pe-banner-content > .pe-banner-item > .pe-icon {
        height: 174px;
    }

        .pe-banner-content > .pe-banner-item .pe-logo-wrap {
            height: 36px;
            text-align: center;
        }
        .pe-banner-content > .pe-banner-item .pe-logo {
            height: 28px;
        }

        .pe-banner-content > .pe-banner-item > .pe-description {
            height: 156px;
            display: flex;
            flex-direction: column; 
        }

        .pe-banner-content > .pe-banner-item:last-child .pe-logo {
            height: 36px;
        }

        .pe-banner-content > .pe-banner-item > .pe-description > .pe-link > a {
            font-weight: 600;
            font-size: 18px;
        }

.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: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border: solid 2px #48484A;
    background-color: #EEDBFC;
    padding: 10px 20px;
    top: -30px;
    display: inline;
    position: relative;
    left: 260px;
    width: fit-content;
}

    .pe-banner-save > h2 {
        font-weight: 700;
        font-size: 32px;    
        color: #4F415E;
        margin: 0;
    }

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

.pe-banner-footer > 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;
}