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

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 85px auto 0;
}

.u-section-1 .u-image-1 {
  width: 758px;
  height: 342px;
  --radius: 50px;
  filter: brightness(0.65);
  margin: 60px auto 0;
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  font-size: 4.5rem;
  margin: -250px auto 0;
}

.u-section-1 .u-text-3 {
  width: 414px;
  margin: 173px auto 60px;
}

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

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

  .u-section-1 .u-text-2 {
    margin-top: -233px;
  }
}

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

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

  .u-section-1 .u-text-2 {
    margin-top: -152px;
    font-size: 3.375rem;
  }
}

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

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

  .u-section-1 .u-text-2 {
    margin-top: -62px;
    font-size: 2.8125rem;
  }

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