.u-section-1 .u-image-1 {
  min-height: 400px;
  background-image: url("https://assets.nicepagecdn.com/199e0c66/6527811/images/OmahaWOSCBannervs2.jpg");
  background-position: 50% 50%;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    min-height: 330px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-image-1 {
    min-height: 253px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    min-height: 190px;
  }
}

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

.u-section-2 .u-text-1 {
  font-weight: 700;
  font-size: 2.25rem;
  margin: 27px auto 0;
}

.u-section-2 .u-text-2 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 20px auto 0;
}

.u-section-2 .u-image-1 {
  width: 231px;
  height: 97px;
  margin: 2px 40px 0 auto;
}

.u-section-2 .u-text-3 {
  font-weight: 700;
  margin: -59px auto 0 40px;
}

.u-section-2 .u-btn-1 {
  font-weight: 700;
  background-image: none;
  margin: 6px auto 0 40px;
}

.u-section-2 .u-btn-2 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  margin: -12px 30px 39px auto;
}

@media (max-width: 1199px) {
  .u-section-2 .u-btn-1 {
    margin-left: 0;
  }

  .u-section-2 .u-btn-2 {
    margin-right: 0;
  }
}