<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  home page  */
.home-page .intro h2,
footer .intro h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:0.1em;
  font-weight:800;
  letter-spacing:0.08em;
  margin-bottom:1em;
  color:#333;
}
.home-page .intro h2:after,
footer .intro h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 6px;
  background-color: var(--pomaranczowy);
}
.home-page #header.active {
  background-color: #fff;
  z-index: 1000;
  box-shadow: 1px 2px 3.84px 0.16px rgb(63 63 63 / 15%);
  position: fixed;
  top: 0px;
}
.home-page .intro h2:before,
footer .intro h2:before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  right: -150px;
  bottom: 2px;
  height: 1px;
  background-color: #dedede;
}
.home-page main &gt; .mapa-google &gt; .srodek,
.home-page main &gt; .paralaksa &gt; .srodek {
  max-width: unset;
  padding: unset;
}
.home-page main{
  padding:0px;
}
.home-page main &gt; .mapa-google {
  padding: 0px;
  margin: 0px;
}
.home-page main &gt; .mapa-google p{
  margin:0px;
}
.home-page main &gt; .mapa-google iframe {
  width: 100%;
  display: block;
}</pre></body></html>