 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle, #fef9e6 0%, #f9e79b 70%);
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 11px auto 0 14px;
}

.u-section-1 .u-btn-1 {
  --radius: 6px;
  font-weight: 700;
  font-size: 0.9375rem;
  background-image: none;
  margin: -45px 0 0 auto;
  padding: 8px 33px;
}

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

@media (max-width: 1199px) {
  .u-section-1 .u-btn-1 {
    margin-top: -23px;
  }

  .u-section-1 .u-text-2 {
    margin-top: -3px;
    margin-right: 0;
    margin-left: 13px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-btn-1 {
    margin-top: 20px;
  }

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

@media (max-width: 767px) {
  .u-section-1 .u-btn-1 {
    margin-top: 64px;
  }

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

@media (max-width: 575px) {
  .u-section-1 .u-btn-1 {
    margin-top: 172px;
  }

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