 .u-section-1 {
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 50vw;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 3.75rem;
  margin: 15px 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  margin: 15px 0 0;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  text-transform: uppercase;
  font-size: 1.25rem;
  background-image: none;
  border-style: solid;
  box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
  font-weight: 700;
  animation-timing-function: ease-in-out;
  margin: 40px auto 0;
  padding: 8px 27px 8px 26px;
}

.u-section-1 .u-icon-1 {
  font-size: 1.2143em;
  margin-right: 5px;
  vertical-align: -2px;
  padding: 3px;
}

.u-section-1 .u-text-3 {
  font-size: 1rem;
  font-style: italic;
  margin: 15px 0 60px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    font-size: 3rem;
    margin-top: 0;
  }

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

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 24px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 23px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 24px;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 1.625rem;
    margin-top: 15px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 21px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 31px;
  }

  .u-section-1 .u-text-3 {
    font-size: 0.75rem;
    width: auto;
    margin-bottom: 0;
  }
}