.modal-header-gradient {
  background: linear-gradient(to bottom, #e4f0f3, #e7eaf0);
}

.modal-body {
  padding: 0;
}

@media (max-width: 768px) {
  .modal-dialog {
    max-width: 100%;
  }
}