.gz-title {
  background: var(--image) center center no-repeat #000;
  background-size: cover;
  height: 350px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .gz-title {
    background: var(--image-mobile) center center no-repeat #000;
    background-size: cover;
  }
}
.gz-title .gz-title-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--wrapper-width);
}
@media screen and (max-width: 1024px) {
  .gz-title .gz-title-wrapper {
    align-items: center;
    max-width: 90vw;
  }
}
.gz-title .gz-title-wrapper .title {
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .gz-title .gz-title-wrapper .title {
    font-size: 44px;
    text-align: center;
  }
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/67e78365f968bf982970f59fe4eb50574df61e02.css.map */