 .u-section-1 {
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #385553, #ffffff);
  background-position: 50% 50%;
}

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

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

@media (max-width: 1199px) {
   .u-section-1 {
    background-size: cover;
  }
} .u-section-2 {
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(56, 85, 83, 1));
  background-position: 50% 50%;
}

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

@media (max-width: 1199px) {
   .u-section-2 {
    background-size: cover;
  }
}