.gz-howithink {
  background: var(--image) center center no-repeat transparent;
  background-size: cover;
  height: calc((100vw - var(--scrollbar-width)) / (1450 / 808));
  max-width: 1920px;
  padding: 80px 0;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .gz-howithink {
    height: auto;
    padding: 40px 0;
  }
}
.gz-howithink .gz-howithink-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 80px;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--wrapper-width);
}
@media screen and (max-width: 1024px) {
  .gz-howithink .gz-howithink-wrapper {
    height: auto;
    max-width: 90vw;
  }
}
.gz-howithink .gz-howithink-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-howithink .gz-howithink-wrapper .title {
    font-size: 40px;
    min-width: initial;
  }
}
.gz-howithink .gz-howithink-wrapper .title::after {
  border-bottom: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto;
  width: 100%;
}
.gz-howithink .gz-howithink-wrapper .text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  max-width: 860px;
}
@media screen and (max-width: 1024px) {
  .gz-howithink .gz-howithink-wrapper .text-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
}
.gz-howithink .gz-howithink-wrapper .text-wrapper > div:nth-child(1), .gz-howithink .gz-howithink-wrapper .text-wrapper > div:nth-child(3) {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 100;
  font-size: 26px;
  height: auto;
  line-height: 1.25;
  text-align: center;
  width: calc((100% - 2px - 80px) / 2);
}
@media screen and (max-width: 1024px) {
  .gz-howithink .gz-howithink-wrapper .text-wrapper > div:nth-child(1), .gz-howithink .gz-howithink-wrapper .text-wrapper > div:nth-child(3) {
    width: 100%;
  }
}
.gz-howithink .gz-howithink-wrapper .text-wrapper > div:nth-child(2) {
  border-left: 2px solid #177992;
  min-height: 300px;
  width: 2px;
}
@media screen and (max-width: 1024px) {
  .gz-howithink .gz-howithink-wrapper .text-wrapper > div:nth-child(2) {
    border-left: none;
    border-top: 2px solid #177992;
    height: 2px;
    min-height: initial;
    width: 100%;
  }
}
.gz-howithink .gz-howithink-wrapper .text-wrapper > div p {
  line-height: 1.25;
  margin: 0 0 30px;
}
.gz-howithink .gz-howithink-wrapper .text-wrapper > div p:last-child {
  margin: 0;
}
.gz-howithink .gz-howithink-wrapper .text-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 1.25;
  text-align: center;
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/3b345baa404ac88ba06b4734d88303566c09b5a3.css.map */