.u-section-1 .u-sheet-1 {
  min-height: 68px;
}.u-section-2 .u-sheet-1 {
  min-height: 477px;
}

.u-section-2 .u-image-1 {
  width: 855px;
  height: 477px;
  margin: 0 auto;
}

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

  .u-section-2 .u-image-1 {
    height: 402px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}

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

  .u-section-2 .u-image-1 {
    height: 255px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 190px;
}

.u-section-3 .u-image-1 {
  width: 659px;
  height: 170px;
  margin: 10px auto;
}

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

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

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

  .u-section-3 .u-image-1 {
    width: 340px;
    height: 88px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 85px;
}

.u-section-4 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px auto 20px;
  padding: 13px 54px;
}