/*your custom css goes here*/
@media (min-width: 576px) {
    .modal-dialog {
        /*max-width: 500px;*/
        margin: 1rem auto;
    }
}
