 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(229,229,229,0.65), rgba(229,229,229,0.65)), url("images/background02.jpeg");
  background-position: 50% 50%;
}

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

.u-section-1 .u-text-1 {
  font-size: 6rem;
  font-weight: 700;
  font-family: Inter;
  width: 637px;
  margin: 69px auto 0;
}

.u-section-1 .u-text-2 {
  font-family: Inter;
  font-size: 0.875rem;
  width: 637px;
  margin: 30px auto 0;
}

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

.u-section-1 .u-btn-2 {
  background-image: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  font-family: Inter;
  margin: 41px auto 60px;
}

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

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

  .u-section-1 .u-text-1 {
    font-size: 4.5rem;
    width: 540px;
  }

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

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

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.75rem;
    width: 340px;
  }

  .u-section-1 .u-btn-2 {
    font-size: 0.875rem;
  }
}