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

.u-section-1 .u-image-1 {
  width: 533px;
  height: 164px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: 0 auto;
}

.u-section-1 .u-image-2 {
  width: 747px;
  height: 432px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: 53px auto 0;
}

.u-section-1 .u-text-1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  width: 524px;
  margin: 19px auto;
}

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

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

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

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

  .u-section-1 .u-text-1 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

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

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

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

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