 .u-section-1 {
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, rgba(219,84,90,1), rgba(241,197,14,1));
  background-position: 50% 50%;
  filter: none;
}

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

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

@media (max-width: 1199px) {
   .u-section-1 {
    background-size: cover;
  }

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

  .u-section-1 .u-image-1 {
    width: 940px;
    height: 1318px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-image-1 {
    width: 720px;
    height: 1010px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    width: 540px;
    height: 758px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 477px;
    margin-bottom: 35px;
  }
}