@media screen and (max-width: 768px) {
    #price_calculator input {
        text-align: left !important;
        width: 100px !important;
    }
}