 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), linear-gradient(#317be1, #1a1a1a);
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  min-height: 1207px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 1181px;
  background-image: none;
  margin-top: 10px;
  margin-bottom: 16px;
}

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

  .u-section-1 .u-custom-html-1 {
    min-height: 729px;
    margin-top: 23px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-custom-html-1 {
    min-height: 747px;
    margin-bottom: 16px;
  }
}

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

  .u-section-1 .u-custom-html-1 {
    min-height: 623px;
    margin-top: 20px;
  }
}