.gz-blurbs {
  background: #05181c;
  height: auto;
  padding: 80px 0;
  width: 100%;
}
.gz-blurbs .gz-blurbs-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-blurbs .gz-blurbs-wrapper {
    max-width: 90vw;
  }
}
.gz-blurbs .gz-blurbs-wrapper img {
  height: auto;
  width: 115px;
}
.gz-blurbs .gz-blurbs-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-blurbs .gz-blurbs-wrapper .title {
    font-size: 40px;
    min-width: initial;
  }
}
.gz-blurbs .gz-blurbs-wrapper .title::before {
  border-top: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto 30px;
  width: 100%;
}
.gz-blurbs .gz-blurbs-wrapper .blurbs-container {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .gz-blurbs .gz-blurbs-wrapper .blurbs-container {
    flex-direction: column;
  }
}
.gz-blurbs .gz-blurbs-wrapper .blurbs-container > .blurb {
  height: auto;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .gz-blurbs .gz-blurbs-wrapper .blurbs-container > .blurb {
    width: 100%;
  }
}
.gz-blurbs .gz-blurbs-wrapper .blurbs-container > .blurb .text {
  background: #09303a;
  border-radius: 50px;
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1;
  min-height: 250px;
  padding: 30px;
  position: relative;
  text-align: center;
}
.gz-blurbs .gz-blurbs-wrapper .blurbs-container > .blurb .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-blurbs .gz-blurbs-wrapper .blurbs-container > .blurb .author {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 30px auto 0;
  max-width: 250px;
  text-align: center;
}
.gz-blurbs .gz-blurbs-wrapper .blurbs-container > .blurb .position {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/ef23b87b3a65bee2c895ee49e58af06324d987a7.css.map */