 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('images/pexels-photo-273209.jpeg');
  background-repeat: no-repeat;
  background-size: cover, cover;
  --color-var: #000000;
}

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

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  font-weight: 700;
  margin: 331px 346px 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  margin: 15px 553px 0 0;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 15px auto 60px 0;
  padding: 16px 51px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    background-position: 50% 50%;
  }

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

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    width: auto;
    margin-top: 275px;
    margin-right: 146px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.875rem;
    width: auto;
    margin-top: 16px;
    margin-right: 353px;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.75rem;
    margin-top: 8px;
    padding: 8px 24px 9px 23px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    background-position: 50% 50%, 50% 50%;
  }

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

  .u-section-1 .u-text-1 {
    margin-right: 328px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 250px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 16px;
    margin-bottom: 53px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    background-position: 50% 50%;
  }

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 158px;
    margin-right: 148px;
  }

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

  .u-section-1 .u-btn-1 {
    margin-top: 8px;
    margin-bottom: 39px;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
    margin-top: 284px;
    margin-right: 89px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 0;
    margin-right: 89px;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.625rem;
    margin-top: 15px;
    padding-right: 8px;
    padding-left: 8px;
  }
}