.gz-whoms {
  background: var(--image) top center no-repeat #05181c;
  background-size: 100% auto;
  height: auto;
  max-width: 1920px;
  padding: 80px 0;
  width: calc(100vw - var(--scrollbar-width));
}
.gz-whoms .gz-whoms-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-whoms .gz-whoms-wrapper {
    max-width: 90vw;
  }
}
.gz-whoms .gz-whoms-wrapper img {
  height: auto;
  width: 115px;
}
.gz-whoms .gz-whoms-wrapper .title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  margin: 0 0 80px;
  min-width: 740px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .gz-whoms .gz-whoms-wrapper .title {
    font-size: 40px;
    margin: 0;
    min-width: initial;
  }
}
.gz-whoms .gz-whoms-wrapper .title::before {
  border-top: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto 30px;
  width: 100%;
}
.gz-whoms .gz-whoms-wrapper .whoms-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
}
.gz-whoms .gz-whoms-wrapper .whoms-container > .whom {
  height: auto;
  width: 100%;
}
.gz-whoms .gz-whoms-wrapper .whoms-container > .whom:nth-child(1) .text {
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .gz-whoms .gz-whoms-wrapper .whoms-container > .whom:nth-child(1) .text {
    font-size: 26px;
  }
}
.gz-whoms .gz-whoms-wrapper .whoms-container > .whom .text {
  background: #09303a;
  border-radius: 50px;
  color: #fff;
  font-family: "Afacad Flux", sans-serif;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: auto;
  max-width: 860px;
  padding: 30px;
  position: relative;
  text-align: center;
}
.gz-whoms .gz-whoms-wrapper .whoms-container > .whom .text p {
  margin: 0 0 30px;
}
.gz-whoms .gz-whoms-wrapper .whoms-container > .whom .text p:last-child {
  margin: 0;
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/1058d97ff141fde1a75ea5a55bf9cdb99c0ed238.css.map */