.pricing {
    padding: 80px 0;
    text-align: center;
}

.pricing-box {
    background: white;
    padding: 50px;
    border-radius: 30px;
    max-width: 700px;
    margin: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    line-height: 1.3;
}

.pricing-box h2 {
    margin-bottom: 0px !important;
    line-height: 1.2;
}

.pricing-box h5 {
    margin-bottom: 6px !important;
    line-height: 1.3;
}

.pricing-box p {
    margin-bottom: 6px !important;
    line-height: 1.3;
}

.pricing-box .summary-row {
    margin-bottom: 6px !important;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .pricing-box {
        padding: 18px;
    }

    .pricing-box h2 {
        font-size: 20px;
    }

    .pricing-box h5 {
        font-size: 13px;
        line-height: 1.3;
    }

    #deliveryNote {
        font-size: 13px;
    }
}

