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

.u-section-1 .u-image-1 {
  width: 636px;
  height: 560px;
  margin: 35px auto 60px;
}

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 475px;
  }
}

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

  .u-section-1 .u-image-1 {
    height: 299px;
    margin-top: -17px;
    margin-bottom: 35px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}