 .u-section-1 {
  background-image: url("images/Screenshot2024-12-17221234.png");
  background-position: 50% 50%;
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  font-family: "Shadows Into Light Two";
  font-style: italic;
  margin: 58px auto 0;
}

.u-section-1 .u-text-2 {
  font-family: "Shadows Into Light Two";
  font-style: italic;
  font-size: 1.875rem;
  margin: 26px 22px 0 68px;
}

.u-section-1 .u-btn-1 {
  --radius: 30px;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Shadows Into Light Two";
  font-style: italic;
  background-image: none;
  border-style: solid;
  margin: 26px 395px 0 auto;
}

.u-section-1 .u-image-1 {
  width: 570px;
  height: 188px;
  margin: 330px auto 60px 264px;
}

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

  .u-section-1 .u-text-2 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-1 .u-btn-1 {
    margin-right: 195px;
    padding: 10px 111px 11px 110px;
  }
}

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

  .u-section-1 .u-btn-1 {
    margin-right: 0;
  }

  .u-section-1 .u-image-1 {
    margin-left: 150px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 178px;
    margin-left: 0;
  }
}

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

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

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