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

.u-section-1 .u-image-1 {
  width: 527px;
  height: 319px;
  margin: 20px auto 0;
}

.u-section-1 .u-text-1 {
  margin: -20px 0 0;
}

.u-section-1 .u-btn-1 {
  --radius: 4px;
  background-image: linear-gradient(to right, #f1b5b8, white);
  border-style: solid;
  font-weight: 700;
  font-size: 0.9375rem;
  box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.25);
  margin: -20px auto 0;
  padding: 27px 82px 27px 81px;
}

.u-section-1 .u-icon-1 {
  font-size: 0.7em;
}

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

.u-section-1 .u-btn-2 {
  --radius: 50px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin: 39px auto 60px;
  padding: 36px 97px 37px;
}

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

  .u-section-1 .u-image-1 {
    height: 206px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

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

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

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

  .u-section-1 .u-btn-2 {
    margin-top: 60px;
    margin-bottom: 42px;
  }
}