 .u-section-1 {
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)) no-repeat 50% 50%;
  background-position: 50% 50%;
  min-height: 100vh;
}

.u-section-1 .u-image-1 {
  width: 1200px;
  height: 181px;
  margin: 213px auto 0;
}

.u-section-1 .u-text-1 {
  font-size: 2.5rem;
  font-family: Eater-Regular;
  text-shadow: 0px 2px 8px rgba(0,0,0,1);
  margin: 14px 50px 0;
}

.u-section-1 .u-text-2 {
  font-size: 2.5rem;
  font-family: DINCondensed-Bold;
  text-shadow: 0px 2px 8px rgba(0,0,0,1);
  width: 819px;
  margin: 27px auto 0;
}

.u-section-1 .u-btn-1 {
  --top-left-radius: 20px;
  --bottom-right-radius: 20px;
  background-image: none;
  margin: 76px auto 0;
}

.u-section-1 .u-text-3 {
  width: 819px;
  font-size: 1rem;
  text-shadow: 0px 2px 8px rgba(0,0,0,1);
  margin: 352px auto 30px;
}

@media (max-width: 1399px) {
   .u-section-1 {
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
  }

  .u-section-1 .u-image-1 {
    width: 1140px;
    height: 172px;
    margin-top: 275px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
  }

  .u-section-1 .u-text-3 {
    margin-top: 408px;
    margin-bottom: 39px;
  }
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    width: 940px;
    height: 188px;
    margin-top: 229px;
  }

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

@media (max-width: 991px) {
  .u-section-1 .u-image-1 {
    width: 720px;
    height: 144px;
  }

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

  .u-section-1 .u-text-2 {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }

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

@media (max-width: 767px) {
   .u-section-1 {
    background-position: 50% 50%, 44.92% 50%;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 114px;
    margin-top: 224px;
  }

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

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

@media (max-width: 575px) {
   .u-section-1 {
    background-position: 50% 50%, 48% 50%;
  }

  .u-section-1 .u-image-1 {
    height: 86px;
    width: 340px;
    margin-top: 179px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.5rem;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-2 {
    font-size: 2.25rem;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-text-3 {
    width: 340px;
    font-size: 0.75rem;
    margin-top: 317px;
    margin-bottom: 60px;
  }
}
/* page-custom-fonts */
@font-face {
  font-family: 'Eater-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Eater-Regular.ttf);
}@font-face {
  font-family: 'DINCondensed-Bold';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DINCondensed-Bold.otf);
}