 .u-section-1 {
  background-image: url("images/24-Josh-VBSMicrosite-BGImage.png");
  background-position: 50% 50%;
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  font-size: 4.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin: 319px 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  margin: 0;
}

.u-section-1 .u-text-3 {
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 700;
  margin: 20px 0 0;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  margin: 110px auto 0;
  padding: 10px 31px 12px 29px;
}

.u-section-1 .u-icon-1 {
  font-size: 1.2858em;
  margin-right: 13px;
}

.u-section-1 .u-text-4 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 300;
  margin: 4px 0 60px;
}

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

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

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

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

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

  .u-section-1 .u-text-3 {
    font-size: 1.25rem;
    width: auto;
    margin-top: 4px;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 129px;
    padding: 9px 12px 10px;
  }
}