 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgb(16, 231, 25), rgb(226, 19, 28), rgb(19, 66, 225));
  background-size: cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 36px;
}.u-section-2 .u-sheet-1 {
  min-height: 137px;
}

.u-section-2 .u-text-1 {
  font-size: 1.5rem;
  margin: 20px auto 0;
}

.u-section-2 .u-text-2 {
  font-size: 1.5rem;
  margin: 20px auto;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}

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

  .u-section-2 .u-text-2 {
    font-size: 1.3333333333333333rem;
  }
}