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

.u-section-1 .u-image-1 {
  width: 535px;
  height: 300px;
  margin: 20px auto;
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 191px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 340px;
}

.u-section-2 .u-image-1 {
  width: 533px;
  height: 300px;
  margin: 27px auto 13px;
}

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

  .u-section-2 .u-image-1 {
    width: 340px;
    height: 191px;
  }
}