@media only screen and (max-width: 768px) {
    .modal-prompt {
        width: 100% !important;
    }
 

    .pricing-content i {

    }
    .pricing-footer a{
        display: block;
        margin-top: 15px;
    }
    .pricing-footer table,  .pricing-footer button{
      width: 100%;
    }
    .pricing.no-border{
        display: none;
    }
}

