 .u-section-1 {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(229, 229, 229, 0.5), rgba(219, 84, 90, 0.5)), linear-gradient(to bottom, rgba(229, 229, 229, 1), rgba(229, 229, 229, 1));
  background-size: cover, cover;
}

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

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 48px auto 0;
}

.u-section-1 .u-text-2 {
  font-weight: 900;
  --text-color-var: #5b1919;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  margin: 46px auto 0;
}

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

.u-section-1 .u-image-1 {
  width: 292px;
  height: 145px;
  margin: 29px auto 0;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 1px;
  background-image: none;
  margin: 29px auto 48px;
  padding: 9px 44px 10px 43px;
}

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

  .u-section-1 .u-text-1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .u-section-1 .u-btn-1 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
    padding-left: 15px;
  }
}