 .u-section-1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #0d0d0d, #082d1e);
  min-height: 100vh;
}

.u-section-1 .u-image-1 {
  width: 172px;
  height: 172px;
  margin: 155px auto 0;
}

.u-section-1 .u-image-2 {
  width: 570px;
  height: 51px;
  margin: 25px auto 0;
}

.u-section-1 .u-text-1 {
  width: 465px;
  margin: 40px auto 60px;
}

@media (max-width: 767px) {
  .u-section-1 .u-image-2 {
    width: 540px;
    height: 48px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-2 {
    width: 340px;
    height: 30px;
  }

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