 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("images/Backgrounds.png");
  background-size: cover;
}

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

.u-section-1 .u-image-1 {
  width: 225px;
  height: 300px;
  margin: 55px auto 0 132px;
}

.u-section-1 .u-text-1 {
  margin: -270px 380px 0 auto;
}

.u-section-1 .u-text-2 {
  font-family: "Crimson Pro";
  margin: 26px 25px 60px 457px;
}

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

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

  .u-section-1 .u-text-2 {
    margin-left: 282px;
    margin-right: 0;
  }
}

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

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

  .u-section-1 .u-text-2 {
    margin-left: 62px;
  }
}

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

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

  .u-section-1 .u-text-2 {
    margin-left: 0;
  }
}

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

  .u-section-1 .u-image-1 {
    margin-left: 115px;
  }

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