main {
  overflow-x: hidden;
  overflow-y: hidden;
}

.head {
  background: #0D0D10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.head .outline-text {
  font-size: 300px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.2;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  line-height: 353px;
  transform: translate(-50%, 40%);
}
.head .title {
  margin-top: 100px;
  position: relative;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  z-index: 1;
  padding-left: 50px;
}
.head .title:before {
  content: "";
  position: absolute;
  background: linear-gradient(158deg, #DE3314, #270556);
  width: 88px;
  height: 100%;
  left: 0;
  z-index: -1;
}
.head .desc {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 30px;
  padding: 0;
}

.content {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 18px;
}
.content p, .content a {
  color: #000000;
}
.content a {
  text-decoration: underline;
}
.content h4 {
  font-size: 2rem;
  line-height: 1;
}
.content ul {
  margin-bottom: 50px;
}
.content ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #000000;
}

@media all and (max-width: 480px) {
  .head .title {
    font-size: 50px;
    line-height: 50px;
    margin-top: 60%;
  }
}

/*# sourceMappingURL=polityka_prywatnosci.css.map */
