.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-image-1 {
  width: 200px;
  height: 200px;
  margin: 228px 545px 0 auto;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 500;
  width: 567px;
  margin: 30px 367px 0;
}

.u-section-1 .u-form-1 {
  height: 321px;
  width: 425px;
  margin: 20px auto 60px;
}

.u-section-1 .u-input-1 {
  --radius: 10px;
  font-size: 0.875rem;
  height: 30px;
}

.u-section-1 .u-btn-1 {
  font-size: 0.875rem;
  border-style: solid;
  transition-duration: 0.5s;
  font-weight: 500;
  --radius: 20px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  padding: 6px 31px 6px 29px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    margin-right: 365px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 187px;
    margin-right: 187px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-image-1 {
    margin-right: 256px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 77px;
    margin-right: 77px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    margin-right: 165px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    width: 540px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    margin-right: 91px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.0625rem;
    width: 390px;
  }

  .u-section-1 .u-form-1 {
    width: 390px;
  }
}