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

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

.u-section-1 .u-text-2 {
  margin: 19px 0 10px;
}.u-section-2 .u-sheet-1 {
  min-height: 1119px;
}

.u-section-2 .u-image-1 {
  width: 800px;
  height: 1039px;
  margin: 20px auto 60px;
}

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

  .u-section-2 .u-image-1 {
    width: 720px;
    height: 935px;
  }
}

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

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

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

  .u-section-2 .u-image-1 {
    width: 340px;
    height: 441px;
  }
}