@media (max-width: 1399px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100vh;
  }

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

  .u-section-1 .u-image-1 {
    width: 475px;
    height: 633px;
    margin: 30px auto 0 95px;
  }

  .u-section-1 .u-image-2 {
    width: 459px;
    height: 633px;
    margin: -633px 95px 48px auto;
  }
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-2 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    margin-left: 65px;
  }

  .u-section-1 .u-image-2 {
    margin-right: 81px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    width: 340px;
    height: 453px;
    margin-left: 0;
  }

  .u-section-1 .u-image-2 {
    width: 340px;
    height: 469px;
    margin-right: 0;
  }
}.u-section-2 .u-btn-1 {
  background-image: none;
}

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

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

  .u-section-2 .u-text-2 {
    font-style: italic;
    text-decoration: underline !important;
    margin: 20px auto 60px;
  }

  .u-section-2 .u-btn-1 {
    padding: 0;
  }
}