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

.u-section-1 .u-group-elements-1 {
  width: 296px;
  min-height: 62px;
  height: auto;
  margin: 60px auto 0;
}

.u-section-1 .u-text-1 {
  line-height: 1;
  letter-spacing: 0px;
  margin: 0 auto 0 15px;
}

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

.u-section-1 .u-image-1 {
  width: 450px;
  height: 300px;
  --radius: 20px;
  margin: 42px auto 60px;
}

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

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

  .u-section-1 .u-group-elements-1 {
    width: 268px;
    min-height: 36px;
    margin-top: 50px;
  }

  .u-section-1 .u-text-1 {
    width: 268px;
    margin-left: auto;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 50px;
  }
}

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

  .u-section-1 .u-group-elements-1 {
    min-height: 30px;
    margin-top: 37px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 8px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 37px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 227px;
  }
}