 .u-section-1 {
  background-image: url("/images/pexelsphoto3339495.jpeg");
  background-position: 50% 0%;
}

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

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.8;
  margin: 563px 20px 0;
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.8;
  margin: 12px 0 0 40px;
}

.u-section-1 .u-text-3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 8px;
  margin: 4px 0 0 40px;
}

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

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

  .u-section-1 .u-text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    margin-left: 0;
  }

  .u-section-1 .u-text-3 {
    margin-left: 0;
  }
}

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

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

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.875rem;
  }
}