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

.u-section-1 .u-text-1 {
  width: 501px;
  margin: 25px auto 0;
}

.u-section-1 .u-image-1 {
  width: 579px;
  height: 400px;
  margin: 41px auto 60px;
}

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 373px;
  }
}

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

  .u-section-1 .u-text-1 {
    width: 340px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 235px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  margin: 34px auto 0;
}

.u-section-2 .u-btn-1 {
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 1px;
  margin: 34px auto 60px;
  padding: 0;
}

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

  .u-section-2 .u-btn-1 {
    font-size: 1.5rem;
  }
}