 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.5)), url('images/a3cd38f6e5b6cc2947d78e9294e8846805f7a002fcdafebb21a188f49c0de59586f02222d8b6f4964800902c004c4070f1f0bd6d58d075f74818a8_1280.jpg');
  background-position: 50% 50%, 50% 50%;
  min-height: 100vh;
  background-size: cover, cover;
}

.u-section-1 .u-text-1 {
  font-size: 3.75rem;
  width: 332px;
  font-family: "Doppio One";
  text-shadow: 0px 0px 10px rgba(219,84,90,1);
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-weight: 400;
  margin: 159px auto 0;
}

.u-section-1 .u-btn-1 {
  --radius: 4px;
  background-image: linear-gradient(to right, #478ac9, #2cccc4);
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.25);
  margin: 40px auto 60px;
  padding: 8px 36px 9px 35px;
}

@media (max-width: 991px) {
   .u-section-1 {
    background-position: 80.89% 37.93%;
    background-size: auto 130%;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    background-position: 60.05% 49.65%;
    background-size: auto 120%;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    background-position: 80.89% 37.93%, 50% 50%;
    background-size: auto 130%, cover;
    background-repeat: no-repeat, no-repeat;
  }

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