 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.u-section-1 .u-image-1 {
  height: 792px;
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-1 .u-btn-1 {
  margin: 29px auto 49px;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    margin-top: 8px;
  }
}

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

  .u-section-1 .u-image-1 {
    height: 556px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 27px;
    margin-bottom: 19px;
  }
}

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

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

  .u-section-1 .u-image-1 {
    height: 342px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 29px;
    margin-bottom: 22px;
  }
}