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

.u-section-1 .u-image-1 {
  width: 570px;
  height: 146px;
  --radius: 40px;
  margin: 29px auto 0;
}

.u-section-1 .u-text-1 {
  font-weight: 400;
  margin: 23px auto 60px;
}

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

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

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

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