.modal-center .center {
    width: 40%;
    height: auto;
}

@media screen and (max-width: 992px) {
    .modal-center .center {
      min-width: 340px;
      height: auto;
      top: 3%;
    }
  }
