 .u-section-1 {
  filter: none;
}

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

.u-section-1 .u-image-1 {
  --radius: 10px;
  width: 423px;
  height: 70px;
  margin: 32px auto 0 46px;
}

.u-section-1 .u-image-2 {
  width: 652px;
  height: 354px;
  margin: 54px auto 60px;
}

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

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

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 56px;
    margin-left: 0;
  }

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