 .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: 483px;
}

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

.u-section-1 .u-text-1 {
  font-weight: 400;
  margin: -274px 205px 0 auto;
}

.u-section-1 .u-text-2 {
  font-family: "Crimson Pro";
  margin: 19px 205px 60px 399px;
}

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

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

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

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

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

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

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

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

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

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