.big-dnd-with-bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.big-dnd-with-bg .section-title {
  color: #fff;
}

.big-dnd-with-bg #issue-upload.dropzone {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
}

.big-dnd-with-bg #issue-upload.dropzone:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.big-dnd-with-bg #issue-upload.dropzone.green-form {
  border: none;
}

.big-dnd-with-bg #issue-upload.dropzone.green-form::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: #fff 2px dashed;
  border-radius: 5px;
}

.big-dnd-with-bg .upload-button {
  font-weight: bold !important;
}

.big-dnd-with-bg #issue-upload.green-form .upload-button {
  background: #36b143;
  position: relative;
}

.big-dnd-with-bg #issue-upload.green-form .upload-button:hover {
  color: #36b143 !important;
  border-color: #36b143 !important;
  background: #fff;
}

.big-dnd-with-bg #issue-upload.green-form .dz-progress {
  border-color: #36b143 !important;
}

.big-dnd-with-bg #issue-upload.green-form.dropzone .dz-preview .dz-progress .dz-upload {
  background: #36b143 !important;
}

@media screen and (max-width: 768px) {
  .big-dnd-with-bg .section-header {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  .big-dnd-with-bg #issue-upload.dropzone  {
    height: 300px;
  }

  .big-dnd-with-bg #issue-upload svg {
    width: 100px;
    height: 100px;
  }

  .big-dnd-with-bg #issue-upload .upload-button {
    width: fit-content;
  }
}