 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url('images/bishopsgate-exterior-web-ready.jpg');
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 865px;
}

.u-section-1 .u-text-1 {
  --text-color-var: #00457b;
  font-weight: 400;
  font-size: 1.25rem;
  margin: 50px calc(((100% - 1140px) / 2)) 60px;
}

.u-section-1 .u-image-1 {
  width: 570px;
  left: 670px;
  right: -50px;
}

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

  .u-section-1 .u-text-1 {
    margin-right: calc(((100% - 940px) / 2));
    margin-left: calc(((100% - 940px) / 2));
  }
}

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

  .u-section-1 .u-text-1 {
    width: auto;
    margin-right: calc(((100% - 720px) / 2)  + 390px);
    margin-bottom: 50px;
    margin-left: calc(((100% - 720px) / 2));
  }

  .u-section-1 .u-image-1 {
    width: 390px;
    left: auto;
    right: 0;
  }
}

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

  .u-section-1 .u-text-1 {
    margin-right: calc(((100% - 540px) / 2) + 210px);
    margin-left: calc(((100% - 540px) / 2));
  }
}

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

  .u-section-1 .u-text-1 {
    margin-right: calc(((100% - 340px) / 2) + 10px);
    margin-left: calc(((100% - 340px) / 2));
  }

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