 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('/images/AdobeStock_614759545-scaled-1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover;
  min-height: 410px;
}

.u-section-1 .u-group-1 {
  height: auto;
  background-image: linear-gradient(to right, rgba(255,255,255,0), #666666);
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 110px;
}

.u-section-1 .u-container-layout-1 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-1 .u-image-1 {
  width: 780px;
  height: 90px;
  margin: 0 0 0 auto;
}

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

  .u-section-1 .u-group-1 {
    height: auto;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 83px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 62px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 39px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}