/* Pricing Table Price Style-2 */
.pricing-price-wrap.style-2 {
    display: block;
    text-align: center
}
.pricing-price-wrap.style-2 span.price-prefix-text {
    font-size: 20px;
    color: #444;
    font-weight: 400;
    line-height: 1;
    padding-right: 5px
}
.pricing-price-wrap.style-2 .pricing-price {
    font-size: 40px;
    color: #444;
    font-weight: 500;
    line-height: 1.1
}
.pricing-price-wrap.style-2 span.price-postfix-text {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #7d8fa0;
    line-height: 1.3
}