 .u-section-1 {
  background-image: url("images/default-image.jpg");
}

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

.u-section-1 .u-image-1 {
  width: 602px;
  height: 170px;
  margin: 70px auto 0 70px;
}

.u-section-1 .u-text-1 {
  font-size: 1.5rem;
  margin: 622px 135px 60px auto;
}

@media (max-width: 1199px) {
   .u-section-1 {
    background-position: 50% 50%;
  }

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

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

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 153px;
    margin-left: 0;
  }
}

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

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

  .u-section-1 .u-text-1 {
    margin-right: 85px;
  }
}