 .u-section-1 {
  filter: none;
  background-image: url("images/contactdef.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.u-section-1 .u-sheet-1 {
  min-height: 979px;
}

.u-section-1 .u-form-1 {
  height: 413px;
  margin-top: 391px;
  margin-bottom: 0;
}

.u-section-1 .u-label-1 {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.u-section-1 .u-input-1 {
  font-weight: 300;
}

.u-section-1 .u-label-2 {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.u-section-1 .u-input-2 {
  font-weight: 300;
}

.u-section-1 .u-label-3 {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.u-section-1 .u-input-3 {
  font-weight: 300;
}

.u-section-1 .u-btn-1 {
  background-image: linear-gradient(#986923, #333129);
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.u-section-1 .u-text-1 {
  margin: 30px auto 60px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 807px;
  }

  .u-section-1 .u-input-1 {
    --radius: 30px;
  }

  .u-section-1 .u-input-2 {
    --radius: 30px;
  }

  .u-section-1 .u-input-3 {
    --radius: 30px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 618px;
  }

  .u-section-1 .u-form-1 {
    height: 449px;
    margin-top: 170px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    background-size: cover;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 464px;
  }

  .u-section-1 .u-form-1 {
    margin-top: 116px;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 292px;
  }

  .u-section-1 .u-form-1 {
    margin-top: 140px;
    margin-bottom: 0;
  }
}