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

.u-section-1 .u-text-1 {
  width: 600px;
  margin: 40px auto 0;
}

.u-section-1 .u-image-1 {
  width: 600px;
  height: 400px;
  object-position: 50% 33.71%;
  margin: 40px auto 0;
}

.u-section-1 .u-text-2 {
  width: 600px;
  margin: 40px auto 41px;
}

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

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

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

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

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

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

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

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