.hero {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 0 1.125rem;
  max-height: 55rem;
  overflow: hidden;
  width: 100%;
  height: 95vh;
}
@media (min-width: 1024px) {
  .hero {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .hero {
    position: relative;
  }
}
.hero .redtext {
  display: inline-block;
  position: relative;
  font-family: var(--wp--preset--font-family--poltawski-nowy), Arial, sans-serif !important;
  z-index: 0;
font-size: clamp(2.5rem, 1.875rem + 2.6667vw, 4.875rem)!important;

}
.hero .redtext::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background-color: var(--wp--preset--color--primary);
  border-radius: 30px;
  z-index: -1;
}
.hero h1 {
  color: var(--wp--preset--color--base);
  font-weight: 500;
  max-width: 48.125rem;
  margin: 1.875rem 0 0 0;
  line-height: 1;
  width: 100%;
  text-align: left;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
font-family: var(--wp--preset--font-family--poltawski-nowy), Arial, sans-serif!important;
font-size: clamp(2.5rem, 1.875rem + 2.6667vw, 4.875rem)!important;
}

.hero h1 p{
font-family: var(--wp--preset--font-family--poltawski-nowy), Arial, sans-serif!important;
font-size: clamp(2.5rem, 1.875rem + 2.6667vw, 4.875rem)!important;


}
.hero-content {
  max-width: 90%;
}
.hero-content img {
  width: 100%;
  height: auto;
  max-width: 180px;
}
@media (min-width: 1024px) {
  .hero-content img {
    max-width: 254px;
  }
}
.hero .container {
  width: 100%;
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  .page {
    padding-top: 100vh;
  }
}
@media (max-width: 1023px) {
  .page {
    padding-top: 0;
  }
}

.editor-styles-wrapper .hero {
  position: relative !important;
}/*# sourceMappingURL=block.css.map */