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

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

.u-section-1 .u-text-2 {
  font-size: 1rem;
  margin: 20px 0 10px;
}.u-section-2 .u-sheet-1 {
  min-height: 1133px;
}

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

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

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

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

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

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

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