 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) no-repeat 50% 50% / cover;
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  font-family: Aboreto;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  font-size: 4.5rem;
  margin: 347px 0 0;
}

.u-section-1 .u-text-2 {
  font-family: Aboreto;
  font-size: 1.875rem;
  text-shadow: 0px 0px 8px rgba(0,0,0,1);
  margin: 25px 0 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
  }
}

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

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 3rem;
  }

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

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

  .u-section-1 .u-text-1 {
    font-size: 3.0625rem;
    width: auto;
    margin-top: 245px;
  }

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