 .u-section-1 {
  filter: none;
  background-image: none;
}

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

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 900;
  margin: 29px 0 0;
}

.u-section-1 .u-image-1 {
  filter: brightness(0.8);
  width: 825px;
  height: 486px;
  margin: 50px auto 0;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px;
  background-image: none;
  border-style: solid;
  margin: 46px auto 0;
  padding: 15px 38px 15px 37px;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  margin: 50px 0 0;
}

.u-section-1 .u-btn-2 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px;
  background-image: none;
  border-style: solid;
  margin: 50px auto 36px;
  padding: 15px 38px 15px 37px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    inset: auto;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 424px;
  }
}

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

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

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

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

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

  .u-section-1 .u-image-1 {
    height: 200px;
    margin-top: 29px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-btn-1 {
    font-size: 0.875rem;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 10px;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.875rem;
    width: auto;
    margin-top: 29px;
  }

  .u-section-1 .u-btn-2 {
    font-size: 0.875rem;
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
}