 .u-section-1 {
  filter: none;
  background-image: url("images/Background.png"), linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
}

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

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

.u-section-1 .u-text-2 {
  font-weight: 700;
  margin: 168px 107px 60px;
}

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

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

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

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 121px;
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

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

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