 .u-section-1 {
  background-image: none;
  min-height: 60px;
}

.u-section-1 .u-text-1 {
  line-height: 1.09;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  --text-color-var: #11111182;
  margin: 19px 0 0;
}

.u-section-1 .u-icon-1 {
  width: 38px;
  height: 38px;
  --radius: 10px;
  margin: -30px auto 0 56px;
  padding: 6px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 56px;
  background-image: none;
  width: 317px;
  margin-top: -45px;
  margin-bottom: 0;
  margin-left: calc(((100% - 1140px) / 2)  + 917px);
}

@media (max-width: 1199px) {
  .u-section-1 .u-custom-html-1 {
    margin-left: calc(((100% - 940px) / 2) + 623px);
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-custom-html-1 {
    margin-left: calc(((100% - 720px) / 2) + 403px);
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 1rem;
  }

  .u-section-1 .u-custom-html-1 {
    margin-left: calc(((100% - 540px) / 2) + 223px);
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-icon-1 {
    --radius: 7px;
    padding: 4px;
  }

  .u-section-1 .u-custom-html-1 {
    margin-left: calc(((100% - 340px) / 2) + 23px);
  }
} .u-section-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-size: cover;
  min-height: 868px;
}

.u-section-2 .u-custom-html-1 {
  height: auto;
  min-height: 866px;
  margin-top: 0;
  margin-bottom: 2px;
}

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