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

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

.u-section-1 .u-text-1 {
  font-weight: 200;
  margin: 27px auto 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1rem;
  margin: 36px 0 60px;
}

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

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 32px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.75rem;
    margin-top: 31px;
  }
}