.text-red-600 {
    color: red;
}

@media (min-width: 576px) {
    .modal-dialog.calc-stor {
        max-width: 750px;
    }
    .modal-dialog.calc-inv {
        max-width: 750px;
    }
}
@media only screen and (max-width: 600px) {
    .modal-dialog.calc-stor {
        max-width: 750px;
    }
    .calc-stor .modal-content {
        max-width: 750px;
    }
    .modal-dialog.calc-inv {
        max-width: 750px;
    }
}