 .u-section-1 {
  background-image: url("images/SMartwatch.png");
  background-position: 50% 50%;
}

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

.u-section-1 .u-text-1 {
  text-shadow: 3px 3px 13px rgba(0,0,0,0.25);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: Oswald, sans-serif;
  text-transform: none;
  margin: 239px auto 0;
}

.u-section-1 .u-btn-1 {
  background-image: linear-gradient(to right, #292870, #e68387);
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0px;
  margin: 31px auto 60px;
  padding: 9px 22px;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    line-height: 1;
  }
}

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