 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #478ac9, #77aad9);
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  margin-bottom: 0;
  margin-top: 20px;
  font-family: "Architects Daughter";
  font-weight: 700;
  font-size: 3rem;
}

.u-section-1 .u-image-1 {
  width: 530px;
  height: 314px;
  margin: 30px auto 0 0;
}

.u-section-1 .u-image-2 {
  width: 551px;
  height: 314px;
  margin: -314px 39px 0 auto;
}

.u-section-1 .u-image-3 {
  width: 510px;
  height: 288px;
  margin: 51px auto 0 0;
}

.u-section-1 .u-image-4 {
  width: 551px;
  height: 288px;
  margin: -288px 39px 60px auto;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-2 {
    margin-top: 20px;
  }

  .u-section-1 .u-image-4 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 2rem;
  }

  .u-section-1 .u-image-2 {
    width: 540px;
    height: 308px;
    margin-top: -314px;
    margin-right: 0;
  }

  .u-section-1 .u-image-4 {
    width: 540px;
    height: 282px;
    margin-top: -288px;
    margin-right: 0;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 201px;
  }

  .u-section-1 .u-image-2 {
    width: 340px;
    height: 194px;
    margin-top: -201px;
  }

  .u-section-1 .u-image-3 {
    width: 340px;
    height: 192px;
  }

  .u-section-1 .u-image-4 {
    width: 340px;
    height: 178px;
    margin-top: -192px;
  }
}