 .u-section-1 {
  background-image: url("/images/Capturedecran2025-03-10a08.44.30.png");
  background-size: auto 90%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

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

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

@media (max-width: 767px) {
   .u-section-1 {
    background-size: auto 110%;
  }

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

@media (max-width: 575px) {
   .u-section-1 {
    background-position: 51.46% 50%;
  }

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

.u-section-2 .u-image-1 {
  width: 79px;
  height: 79px;
  margin: 44px auto 0;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  width: 237px;
  margin: 44px auto 0;
}

.u-section-2 .u-text-2 {
  margin: 14px auto 60px;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 575px) {
  .u-section-2 .u-image-1 {
    margin-top: 115px;
  }

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

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
  }
}