 .u-section-1 {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("images/IMG_0048.jpeg.webp");
  background-size: cover, cover;
}

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

.u-section-1 .u-text-1 {
  font-family: Mada;
  font-weight: 700;
  width: 866px;
  margin: 63px auto 0;
}

.u-section-1 .u-image-1 {
  width: 424px;
  height: 300px;
  --radius: 30px;
  margin: 30px auto 0;
}

.u-section-1 .u-text-2 {
  font-family: Mada;
  width: 866px;
  font-weight: 700;
  margin: 30px auto 0;
}

.u-section-1 .u-text-3 {
  font-family: Mada;
  font-weight: 600;
  font-size: 1.5rem;
  width: 620px;
  margin: 20px auto 0;
}

.u-section-1 .u-btn-1 {
  --radius: 6px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Mada;
  margin: 30px auto 60px;
  padding: 8px 33px;
}

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

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

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

  .u-section-1 .u-text-1 {
    width: 720px;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
  }
}

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

  .u-section-1 .u-text-1 {
    width: 540px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }

  .u-section-1 .u-text-3 {
    font-size: 1.3333333333333333rem;
    width: 540px;
  }
}

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

  .u-section-1 .u-text-1 {
    width: 340px;
  }

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

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .u-section-1 .u-text-3 {
    width: 340px;
  }
}