.tekst__7 .tekst--edytor {
  padding: 0 !important;
  max-width: 100% !important;
}

main .tekst--edytor {
  padding: 50px 0 !important;
  max-width: 100% !important;
}

.home .tekst .background-wrapper {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-size: 100%;
}
@media (max-width: 991px) {
  .home .tekst .background-wrapper {
    background-size: cover;
    background-position: 50% 100%;
  }
}
.home .tekst .my-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 90vw !important;
  margin: auto;
  height: 100%;
  padding: 40px 0;
}
.home .tekst .tekst--edytor {
  padding: 100px 0;
  max-width: 750px;
}
@media (max-width: 991px) {
  .home .tekst .tekst--edytor {
    padding: 40px 0;
  }
}
.home .tekst .tekst--edytor h3 {
  color: #14375a;
}/*# sourceMappingURL=style.css.map */