.modal-header {
  border-bottom: 0 none !important;
}

.modal-body {
  padding: 10px 40px 20px 56px !important;
}

/* cover the modal body when the screen is less than 768px */
@media screen and (max-width: 768px) {
  .modal-body {
    padding: 10px !important;
  }
}
