 .u-section-1 {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, repeat;
  background-image: linear-gradient(rgba(127, 83, 5, 0.8), rgba(127, 83, 5, 0.8)), url("../images/fancy-bg.webp");
  background-size: cover, auto;
}

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

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  --text-color-var: #f3e9da;
  font-family: Arizonia;
  margin: 48px auto;
}

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

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

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

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

  .u-section-1 .u-text-1 {
    font-size: 2.8125rem;
  }
} .u-section-2 {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(127, 83, 5, 0.5), rgba(228, 193, 81, 0.5)), linear-gradient(rgba(127, 83, 5, 0.9), rgba(127, 83, 5, 0.9));
  background-size: cover, cover;
}

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

.u-section-2 .u-text-1 {
  font-family: Adamina;
  font-size: 1.25rem;
  letter-spacing: 1px;
  --text-color-var: #f3e9da;
  width: 463px;
  margin: 58px auto 0;
}

.u-section-2 .u-image-1 {
  --radius: 10px;
  width: 570px;
  height: 352px;
  box-shadow: 6px 6px 20px 4px rgba(0,0,0,0.7);
  margin: 90px auto 0;
}

.u-section-2 .u-text-2 {
  line-height: 3;
  font-size: 1.25rem;
  --text-color-var: #f3e9da;
  width: 570px;
  margin: 91px auto 60px;
}

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

  .u-section-2 .u-image-1 {
    width: 540px;
    height: 333px;
  }

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

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

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

  .u-section-2 .u-image-1 {
    width: 400px;
    height: 247px;
  }

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