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

.u-section-1 .u-image-1 {
  height: 149px;
  margin: 0 auto;
}

.u-section-1 .u-btn-1 {
  background-image: linear-gradient(#db545a, #404040);
  font-weight: 700;
  font-style: italic;
  line-height: 2;
  font-size: 1.5rem;
  margin: 20px auto 10px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    margin-right: initial;
    margin-left: initial;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 545px;
}

.u-section-2 .u-image-1 {
  width: 784px;
  height: 458px;
  margin: 44px auto;
}

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

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

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

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

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

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