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

.u-section-1 .u-text-1 {
  margin: 60px auto 10px;
}.u-section-2 .u-sheet-1 {
  min-height: 1141px;
}

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

.u-section-2 .u-text-1 {
  font-style: italic;
  margin: 25px auto 40px;
}

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

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

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

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

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

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