.gz-wheredidilearnit {
  background: var(--image) center center no-repeat transparent;
  background-size: cover;
  height: calc((100vw - var(--scrollbar-width)) / (1439 / 1023));
  max-width: 1920px;
  padding: 80px 0;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .gz-wheredidilearnit {
    height: auto;
    padding: 40px 0;
  }
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: var(--wrapper-width);
}
@media screen and (max-width: 1024px) {
  .gz-wheredidilearnit .gz-wheredidilearnit-wrapper {
    height: auto;
    max-width: 90vw;
  }
}
.gz-wheredidilearnit .gz-wheredidilearnit-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-wheredidilearnit .gz-wheredidilearnit-wrapper .title {
    font-size: 40px;
    min-width: initial;
  }
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .title::after {
  border-bottom: 2px solid #3570b3;
  content: "";
  display: block;
  height: 2px;
  margin: 30px auto;
  width: 100%;
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .logos-wrapper {
  align-items: center;
  background: #09303ab7;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: space-between;
  margin: 80px auto 0;
  padding: 10px 60px;
}
@media screen and (max-width: 1024px) {
  .gz-wheredidilearnit .gz-wheredidilearnit-wrapper .logos-wrapper {
    flex-direction: column;
    gap: 40px;
    padding: 40px 10px;
  }
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .logos-wrapper > img {
  height: auto;
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .gz-wheredidilearnit .gz-wheredidilearnit-wrapper .logos-wrapper > img {
    max-width: 80%;
  }
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .icons-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .gz-wheredidilearnit .gz-wheredidilearnit-wrapper .icons-wrapper {
    flex-direction: column;
  }
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .icons-wrapper .icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: stretch;
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .icons-wrapper .icon img {
  height: auto;
  max-width: 100px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .gz-wheredidilearnit .gz-wheredidilearnit-wrapper .icons-wrapper .icon img {
    max-height: 90px;
    max-width: 90px;
  }
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .icons-wrapper .icon .text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .text p {
  margin: 0 0 30px;
}
.gz-wheredidilearnit .gz-wheredidilearnit-wrapper .text p:last-child {
  margin: 0;
}
/*# sourceMappingURL=https://gonzalosaiz.3dsignia.com/wp-content/build/scss_library/4c29afbfbc60e7ae01cf80dc314d2d69f19cadef.css.map */