.modal-content {
    --bs-modal-border-radius: 12px;
    --bs-modal-bg: #222;
}

.modal .order__form-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}

.modal-text {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

@media (min-width: 768px) {
    .modal .order__form-title {
        font-size: 26px;
        line-height: 30px;
    }

    .modal-text {
        font-size: 20px;
        line-height: 23px;
    }
}