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

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

.u-section-1 .u-layout-wrap-1 {
  --radius: 50px;
  width: 100%;
  margin: 20px 0 0;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 124px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, rgba(63, 118, 115, 0.25), rgba(240, 249, 249, 0.25));
  background-size: cover;
  --top-right-radius: 50px;
  --bottom-right-radius: 50px;
}

.u-section-1 .u-container-layout-1 {
  padding: 10px;
}

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

.u-section-1 .u-layout-cell-2 {
  min-height: 124px;
}

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

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

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

  .u-section-1 .u-layout-cell-1 {
    --radius: 10px;
  }

  .u-section-1 .u-layout-cell-2 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

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

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

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }
}

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

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 654px;
  }
}.u-section-2 .u-image-1 {
  min-height: 337px;
  background-image: url("../images/Untitled-9.png");
  background-position: 50% 50%;
}

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