 .u-section-1 {
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(71, 138, 201, 0.5), rgba(219, 84, 90, 0.5));
  background-size: cover;
  background-position: 50% 50%;
}

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

.u-section-1 .u-image-1 {
  width: 130px;
  height: 59px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: 26px auto 0 24px;
}

.u-section-1 .u-text-1 {
  margin: 8px auto 0 38px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-1 .u-image-2 {
  width: 132px;
  height: 59px;
  margin: 60px auto 0 23px;
}

.u-section-1 .u-text-2 {
  margin: 8px 1000px 0 38px;
}

.u-section-1 .u-btn-2 {
  background-image: none;
  padding: 0;
}

.u-section-1 .u-image-3 {
  width: 117px;
  height: 59px;
  margin: 49px auto 0 30px;
}

.u-section-1 .u-text-3 {
  margin: 8px 962px 60px 0;
}

.u-section-1 .u-btn-3 {
  background-image: none;
  padding: 0;
}

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

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

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

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

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

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    margin-right: 474px;
  }

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

@media (max-width: 575px) {
  .u-section-1 .u-text-2 {
    margin-right: 298px;
  }

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