.u-section-1 .u-sheet-1 {
  min-height: 345px;
} .u-section-2 {
  background-image: linear-gradient(#e3d6b4, white);
  border-style: double;
}

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

.u-section-2 .u-text-1 {
  transition-duration: 0.5s;
  --animation-custom_in-translate_x: 50px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 0.3;
  margin: 26px 76px 0;
}

.u-section-2 .u-btn-1 {
  font-weight: 700;
  margin: 6px auto 0;
  padding: 10px 18px;
}

.u-section-2 .u-btn-2 {
  font-weight: 700;
  margin: 20px auto 0;
  padding: 10px 22px 10px 21px;
}

.u-section-2 .u-btn-3 {
  font-weight: 700;
  margin: 20px auto;
  padding: 10px 83px 10px 82px;
}

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

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

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

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

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

  .u-section-2 .u-btn-3 {
    margin-left: -21px;
    margin-right: -21px;
  }
}

.u-section-2 .u-text-1,
.u-section-2 .u-text-1:before,
.u-section-2 .u-text-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}