 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #b9c1cc, #035244);
  background-size: cover;
}

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

.u-section-1 .u-image-1 {
  width: 564px;
  height: 346px;
  margin: 32px auto;
}

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 331px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 208px;
  }
} .u-section-2 {
  min-height: 795px;
  background-image: url("images/nycapproach2.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.u-section-2 .u-text-1 {
  width: 818px;
  margin: 15px auto 60px;
}

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

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

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

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

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

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

  .u-section-2 .u-text-1 {
    width: 340px;
  }
} .u-section-3 {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to right, #b9c1cc, #035244), linear-gradient(to bottom, rgba(51, 51, 51, 1), rgba(51, 51, 51, 1));
  background-size: cover, cover;
}

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

.u-section-3 .u-image-1 {
  width: 240px;
  height: 164px;
  margin: 118px auto 0 108px;
}

.u-section-3 .u-image-2 {
  width: 291px;
  height: 414px;
  margin: -289px 64px -7px auto;
}

@media (max-width: 575px) {
  .u-section-3 .u-image-1 {
    margin-left: 100px;
  }

  .u-section-3 .u-image-2 {
    margin-right: 49px;
  }
}