.applicationText {
    margin-right: 220px;
}


@media (max-width:1024px) {
    .applicationText {
        margin-right: 0;
    }
    .application__title {
        font-family: 'Gals', 'PT Sans', sans-serif;
        font-weight: normal;
        font-size: 32px;
        letter-spacing: 2px;
        color: #a98e61;
        margin-top: 30px;
    }
}

.dropzone .dz-preview .dz-remove {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 0px;
  right: -10px;
  top: -10px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #646c9a;
  background-color: #fff;
  z-index: 100;
}

.dropzone .dz-preview .dz-remove::before,
.dropzone .dz-preview .dz-remove::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #646c9a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(10px, 10px);
  z-index: 100;
}

.dropzone .dz-preview .dz-remove::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dropzone .dz-preview .dz-remove::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
