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

.u-section-1 .u-image-1 {
  width: 1090px;
  height: 133px;
  margin: 10px auto 0;
}

.u-section-1 .u-text-1 {
  margin: 20px auto 60px;
}

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

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

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

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 88px;
  }
}

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

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

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

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