 .u-section-1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.u-section-1 .u-image-1 {
  width: 236px;
  height: 236px;
  background-image: url("images/ue.jpg");
  background-position: 50% 50%;
  margin: 91px auto 0;
}

.u-section-1 .u-text-1 {
  margin: 8px 10px 43px;
}

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

  .u-section-1 .u-text-1 {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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