.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-image-1 {
  width: 650px;
  height: 175px;
  margin: 70px auto 0;
}

.u-section-1 .u-text-1 {
  width: 350px;
  margin: 70px auto 0;
}

.u-section-1 .u-text-2 {
  margin: 10px 52px 0;
}

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

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    width: 462px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    width: 540px;
    height: 145px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    width: 340px;
    height: 91px;
  }

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