.gz-whatisnot {
  background: linear-gradient(90deg, #09303A 0%, #12263D 100%);
  height: auto;
  padding: 80px 0;
  width: 100%;
}
.gz-whatisnot .gz-whatisnot-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--wrapper-width);
}
@media screen and (max-width: 1024px) {
  .gz-whatisnot .gz-whatisnot-wrapper {
    max-width: 90vw;
  }
}
.gz-whatisnot .gz-whatisnot-wrapper img {
  height: auto;
  width: 115px;
}
.gz-whatisnot .gz-whatisnot-wrapper .title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 50px;
  line-height: 1;
  min-width: 740px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .gz-whatisnot .gz-whatisnot-wrapper .title {
    font-size: 40px;
    min-width: initial;
  }
}
.gz-whatisnot .gz-whatisnot-wrapper .title::before {
  border-top: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto 30px;
  width: 100%;
}
.gz-whatisnot .gz-whatisnot-wrapper .subtitle {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 50px;
  line-height: 1;
  margin: -50px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gz-whatisnot .gz-whatisnot-wrapper .subtitle {
    font-size: 40px;
  }
}
.gz-whatisnot .gz-whatisnot-wrapper .mobile-image {
  background: var(--image) center center no-repeat transparent;
  background-size: contain;
  height: 43vw;
  margin: auto;
  width: 90vw;
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container {
    flex-direction: column;
    gap: 30px;
  }
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
  justify-content: center;
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 1024px) {
  .gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot {
    width: 100%;
  }
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot .image {
  background: var(--image) center center no-repeat transparent;
  background-size: contain;
  clip-path: circle(50%);
  height: 325px;
  margin: 0;
  width: 325px;
}
@media screen and (max-width: 1024px) {
  .gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot .image {
    display: none;
  }
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot .text {
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 0;
  position: relative;
  text-align: center;
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot .text::after {
  background: #09303a;
  bottom: 0;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  display: inline-block;
  height: 20px;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 100%, 0);
  width: 40px;
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot .text p {
  margin: 0 0 30px;
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot .text p:last-child {
  margin: 0;
}
.gz-whatisnot .gz-whatisnot-wrapper .whatisnot-container > .whatisnot .author {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 30px auto 0;
  max-width: 250px;
  text-align: center;
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/e425a20cb49b297a346416be5aae32f2910dc574.css.map */