.memberships-banner{
    background-color: #bad4c2;
    margin-top: 2em;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flow;
    padding-bottom: 5em;
    margin-bottom: 0;
}
.memberships-head{
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: Averia Serif Libre, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 110%;
}

.memberships-sub{
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-family: Averia Serif Libre, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
}

.checkout-membership-info {
    background-color: white;
    border-radius: 15px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 24px;
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    font-weight: 300;
    display: flex;
    width: auto;
}
.member-pricing-wrap{
    display: flex;
    margin: auto;
    max-width: 900px;
}
.membership-plan-heading{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: Averia Serif Libre, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 120%;
}
.membership-box-content{
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
    position: relative;
}

.membership-pricebox {
    text-align: center;
    align-self: center;
    margin-bottom: 1em;
}
.membership-price {
    text-align: center;
    text-shadow: 1px 1px #fff;
    font-family: Open Sans, sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 110%;
    display: inline-block
}
.dl-pricebox-li {
    text-align: left;
    /* background-image: url(https://cdn.prod.website-files.com/5a77a1d…/5d75d0d…_heart.png); */
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-bottom: 12px;
    padding-left: 25px;
    font-weight: 400;
    line-height: 140%;
    font-size: 18px
}
.a-priceandbuy {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    padding-top: 0;
    display: flex;
}
.pizza-price-comparison{
    max-width: 700px;
    flex-direction: row;
}
.pizza-price-img{
    max-width: 400px;
    width: 50%;
}

@media screen and (max-width: 767px) {
    
    .checkout-membership-info {
        background-color: white;
        border-radius: 15px;
        flex-direction: column;
        flex: 1;
        justify-content: space-between;
        align-self: stretch;
        /* margin-left: 10px; */
        margin: auto;
        /* margin-right: 10px; */
        margin-top: 1em;
        padding: 20px 24px;
        font-family: Open Sans, sans-serif;
        font-size: 19px;
        font-weight: 300;
        width: 80%;
        /* display: flex; */
        max-width: 400px;
    }

    .member-pricing-wrap {
        display: block;
        margin: auto;
        max-width: 900px;
    }

    .membership-details-wrap {
        display: block;
        margin: auto;
        padding-top: 2em;
    }

    .pizza-price-img{
        max-width: 320px;
        width: 100%;
    }
}