
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

    .pricing_container .pricing_item {
        width: 50% !important;
    }

}

@media handheld, only screen and (max-width: 479px) {

    .pricing_container .pricing_item {
        width: 100% !important;
    }

}