.modal-body {
  padding: 0;
}

.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #333;
  opacity: 1;
  font-size: 24px;
  border-radius: 0;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 817px;
  }
}
