 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-image-1 {
  min-height: 459px;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('images/1920-architecture-engineer-holding-hard-hat-on-site-building-construction-background.jpg');
  background-position: 50% 50%;
  box-shadow: 2px 0 0 0 rgba(0,0,0,0);
  margin-left: auto;
  margin-right: auto;
}

.u-section-1 .u-text-1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 138px auto 60px;
}

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

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

  .u-section-1 .u-text-1 {
    margin-top: 75px;
  }
}

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

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

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

  .u-section-1 .u-text-1 {
    font-size: 1.25rem;
    width: auto;
  }
}