 .u-section-1 {
  filter: none;
  background-repeat: no-repeat;
  background-image: url("images/wersja1_stopka_zdj.png");
}

.u-section-1 .u-image-1 {
  min-height: 724px;
  background-image: url("images/wersja1_stopka_zdj.png");
  box-shadow: 0px 0px 8px 0px rgba(128,128,128,1);
  margin-left: auto;
  margin-right: auto;
}

.u-section-1 .u-text-1 {
  font-weight: 800;
  margin: 598px auto 0;
}

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

  .u-section-1 .u-image-1 {
    min-height: 672px;
  }
}

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

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