 .u-section-1 {
  background-image: linear-gradient(#f9e79b, #adf6f2);
}

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

.u-section-1 .u-image-1 {
  width: 300px;
  height: 300px;
  object-position: 90% 50%;
  background-position: 50% 50%;
  background-image: url("images/slider_image4.jpg");
  margin: 90px auto 0;
}

.u-section-1 .u-text-1 {
  width: 740px;
  margin: 30px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 740px;
  margin: 20px auto 0;
}

.u-section-1 .u-text-3 {
  width: 740px;
  margin: 20px auto 0;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: 720px;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
  }

  .u-section-1 .u-text-3 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    width: 540px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }

  .u-section-1 .u-text-3 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .u-section-1 .u-text-3 {
    width: 340px;
  }
}