.ct-advanced-heading::after {
  content: "test";
  position: absolute;
  z-index: 0;
  top: -7%;
  bottom: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(50px, 15vw, 200px);
  font-weight: 800;
  line-height: 1;
  color: black;
  text-shadow: 0 0 2px #fff6;
  text-shadow: -1px 0 #a081657d, 0 1px #a0816585, 1px 0 #a081658a,
    0 -1px #a0816582;
  opacity: 0.8;
  letter-spacing: 50px;
}
.ct-advanced-heading.oferta::after {
  content: "OFERTA";
}
.ct-advanced-heading.portfolio::after {
  content: "PORTFOLIO";
  color: white;
}
.ct-advanced-heading.opinie::after {
  content: "OPINIE";
  color: white;
}
.ct-advanced-heading h2 {
  position: relative !important;
  z-index: 1 !important;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
}
.footer__copyright a {
  color: #7b00fd;
  font-weight: bold;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div{
    padding-top: 0;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div{
    padding-bottom: 0;
}
.hero-section[data-type="type-2"] > [class*="ct-container"]{
  padding-bottom: 0 !important;
}