 .u-section-1 {
  background-image: none;
}

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

.u-section-1 .u-text-1 {
  font-size: 4.5rem;
  font-weight: 700;
  text-shadow: -2px -2px 8px rgba(7,234,247,1);
  margin: 60px auto 0;
}

.u-section-1 .u-text-2 {
  width: 780px;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: -2px -2px 8px rgba(7,234,247,1);
  margin: 20px auto 40px;
}

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

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

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 217px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.8rem;
    width: auto;
    margin: 102px 0 60px;
  }
}