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

.u-section-1 .u-image-1 {
  min-height: 200px;
  background-position: 50% 50%;
}

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 300;
  margin: 45px 360px 0 0;
}

.u-section-1 .u-text-2 {
  font-weight: 300;
  font-size: 1.25rem;
  margin: 0 570px 45px 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-right: 160px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-right: 370px;
  }
}

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

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

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

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 8px;
    margin-right: 366px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.875rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 21px;
    margin-right: 215px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.75rem;
    margin-bottom: 21px;
  }
}.u-section-2 {
  background-image: none;
}

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

.u-section-2 .u-text-1 {
  width: 907px;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 41px auto 20px;
}

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

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

@media (max-width: 575px) {
  .u-section-2 .u-text-1 {
    width: 340px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 500px;
}