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

.u-section-1 .u-image-1 {
  width: 553px;
  height: 189px;
  --radius: 10px;
  margin: 60px auto;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    width: 520px;
    height: 282px;
  }
}

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

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 116px;
  }
} .u-section-2 {
  background-image: none;
}

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

.u-section-2 .u-text-1 {
  margin: 64px auto 0;
}

.u-section-2 .u-text-2 {
  margin: 20px 112px 0;
}

.u-section-2 .u-btn-1 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  margin: 83px auto 28px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-text-2 {
    margin-right: 12px;
    margin-left: 12px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }
}