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

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

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

.u-section-1 .u-text-1 {
  margin: -67px auto 0;
}

.u-section-1 .u-btn-1 {
  --radius: 0px;
  --top-left-radius: 0px;
  --top-right-radius: 0px;
  --bottom-right-radius: 0px;
  --bottom-left-radius: 0px;
  background-image: none;
  border-style: solid;
  margin: 94px auto 0;
  padding: 0;
}

@media (max-width: 1199px) {
   .u-section-1 {
    --color-var: #333333;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 626px;
    height: 360px;
    margin-top: 41px;
  }

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

  .u-section-1 .u-btn-1 {
    margin-top: 181px;
    margin-bottom: 60px;
  }
}

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

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

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

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