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

.u-section-1 .u-image-1 {
  width: 801px;
  height: 467px;
  margin: 34px auto 0;
}

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

.u-section-1 .u-btn-1 {
  background-image: none;
  background-color: black;
  padding: 0;
}

.u-section-1 .u-btn-2 {
  background-image: none;
  padding: 0;
}

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

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

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

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

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

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