 .u-section-1 {
  filter: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 50vw;
}

.u-section-1 .u-image-1 {
  filter: none;
  width: 425px;
  height: 192px;
  box-shadow: 5px 5px 0px 0 rgba(255,255,255,0);
  margin: 347px auto 60px;
}

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

  .u-section-1 .u-image-1 {
    margin-top: 653px;
    margin-bottom: -496px;
  }
}

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

  .u-section-1 .u-image-1 {
    margin-top: 641px;
    margin-bottom: -479px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 154px;
    margin-top: 554px;
    margin-bottom: -362px;
  }
}