.white-wrapper {
    background: #fff;
    margin: 0px 12%;
    padding: 0 4% 4%;
}

.shipTextSmall {
    display: block;
    font-size: 10px;
    margin-top: -0.2em;
    padding-top: 0;
    color: #f00;
    margin-left: -7px;
}

img.most-popular {
    position: absolute;
    left: 8px;
    top: -7px;
}

.package-box {
    padding: 0rem 0rem 2rem 0rem;
    background-color: #ffffffad;
    border: 3px solid #aedee5;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #00000017;
    margin: auto;
    text-align: center;
    max-width: 475px;
    margin-bottom: 30px;
    min-height: 554px;
}

.adv-product-section {
    margin-top: 30px;
}

.package-box .title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    text-shadow: 0px 1px 2px white;
    padding: 0rem 1rem 0rem 1rem;
    color: #01254d;
    margin-bottom: -0.5rem;
    letter-spacing: -3px;
    margin-top: 10px;
}

h4.instant-access {
    margin-top: 13px;
    color: #01254d;
    font-weight: 500;
    text-shadow: 0px 1px 2px white;
    letter-spacing: -1px;
    font-size: 18px;
}

.price {
    font-size: 60px;
    font-weight: bold;
    color: red;
    letter-spacing: -5px;
    display: inline-block;
    text-shadow: 0px 0px 2px #00000021;
}

.today-only {
    display: inline-block;
    text-align: left;
    line-height: 20px;
    font-size: 19px;
    margin-top: 1.3em;
    margin-left: 10px;
    vertical-align: top;
    color: red;
    text-shadow: 0px 2px 3px white;
    font-weight: 500;
    text-transform: capitalize;
}

h4.regular-price {
    font-weight: 400;
    color: #01254d;
    font-size: 26px;
    margin-bottom: 2px;
}

.immediate-access {
    width: 93%;
}

@media only screen and (max-width: 480px) {
    .package-box {
        min-height: 514px;
    }

    .white-wrapper {
        margin: 0;
    }
}
