 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("https://assets.nicepagecdn.com/c022b500/6420633/images/contactme.png");
  background-size: cover;
}

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

.u-section-1 .u-btn-1 {
  --radius: 60px;
  background-image: none;
  font-size: 3rem;
  margin: 66px auto 0;
}

.u-section-1 .u-shape-1 {
  width: 75px;
  height: 75px;
  margin: -87px 70px 0 auto;
}

.u-section-1 .u-text-1 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 87px auto 60px;
}

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

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

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

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

  .u-section-1 .u-shape-1 {
    margin-top: 20px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1rem;
  }
}

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

  .u-section-1 .u-btn-1 {
    font-size: 1.5rem;
    margin-top: 68px;
    margin-left: 20px;
  }

  .u-section-1 .u-shape-1 {
    width: 52px;
    height: 52px;
    margin-top: -54px;
    margin-right: 20px;
  }

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