.gz-why {
  background: var(--image) center center no-repeat transparent;
  background-size: cover;
  height: calc((100vw - var(--scrollbar-width)) / (1442 / 1240));
  max-width: 1920px;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .gz-why {
    height: auto;
    max-width: 100%;
    padding: 40px 0;
  }
}
.gz-why .gz-why-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: var(--wrapper-width);
}
@media screen and (max-width: 1024px) {
  .gz-why .gz-why-wrapper {
    max-width: 90vw;
  }
}
.gz-why .gz-why-wrapper .title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  min-width: 740px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .gz-why .gz-why-wrapper .title {
    font-size: 40px;
    min-width: initial;
  }
}
.gz-why .gz-why-wrapper .title::after {
  border-bottom: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto;
  width: 100%;
}
.gz-why .gz-why-wrapper .text {
  background: #09303a;
  border-radius: 50px;
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.04;
  max-width: 860px;
  opacity: 0.79;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gz-why .gz-why-wrapper .text {
    padding: 20px;
  }
}
.gz-why .gz-why-wrapper .text p {
  margin: 0 0 30px;
}
.gz-why .gz-why-wrapper .text p:last-child {
  margin: 0;
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/68f9a31e360d0f47769edef9d17d20f24ea33130.css.map */