 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

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

.u-section-1 .u-image-1 {
  width: 522px;
  height: 300px;
  margin: 20px auto 0;
}

.u-section-1 .u-text-1 {
  margin: 20px auto 60px;
}

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

  .u-section-1 .u-image-1 {
    margin-top: 179px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 261px;
    height: 150px;
    margin-top: 127px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 32px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 130px;
    height: 77px;
    margin-top: 74px;
    margin-left: 94px;
  }

  .u-section-1 .u-text-1 {
    margin: 24px 2px 36px;
  }
}