 .u-section-1 {
  background-image: linear-gradient(#1a1a1a, #404169);
}

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

.u-section-1 .u-image-1 {
  width: 570px;
  height: 127px;
  margin: 28px auto 0;
}

.u-section-1 .u-video-1 {
  width: 393px;
  height: 221px;
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.4);
  margin: 28px auto 0;
}

.u-section-1 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
  width: 680px;
  margin: 35px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 50px auto 60px;
  padding: 15px 111px 16px 109px;
}

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

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

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

  .u-section-1 .u-video-1 {
    width: 340px;
    height: 191px;
  }

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