.modal-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal__custom__style {
  background: #FFF;
  border-radius: 0px;
  padding: 32px;
}
.custom__modal__dialog {
  width: 629px;
  max-width: 100%;
}

.close__modal {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .modal__custom__style {
    padding: 30px 50px !important;
  }
}

@media (max-width: 400px) {
  .modal__custom__style {
    padding: 20px 40px !important;
  }
}
