.technology {
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(100px, 14vw, 190px) var(--pad);
  text-align: center;
}

.tech-copy {
  max-width: 1000px;
  margin: auto;
}

.tech-copy > p:not(.section-label) {
  max-width: 720px;
  margin: 40px auto;
}

.tech-tags {
  justify-content: center;
}

.footer-brand {
  align-items: flex-start;
}

.footer-main .footer-brand img {
  width: 210px;
  height: auto;
  margin: 0 0 6px;
  filter: none;
  object-fit: contain;
  object-position: left center;
}

.footer {
  padding-top: 46px;
}

.footer-main {
  grid-template-columns: 1.7fr 1.2fr .7fr;
  gap: 48px;
}

.footer-main .footer-brand p {
  margin-bottom: 0;
}

.map-card {
  height: 105px;
  margin-top: 36px;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .technology {
    min-height: auto;
    padding: 100px 20px;
  }

  .footer-main .footer-brand img {
    width: 190px;
  }

  .footer {
    padding-top: 46px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px 22px;
  }

  .footer-main .footer-brand {
    grid-column: 1 / -1;
  }

  .map-card {
    height: 96px;
    margin-top: 32px;
  }
}
.hero-image {
  background-image: url("assets/foto-landing.jpg?v=2");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #0b0b0b;
}

@media (max-width: 680px) {
  .hero-image {
    background-position: center top;
  }
}

.gallery .masonry {
  max-width: 1120px;
  grid-template-rows: 290px 410px;
}

@media (max-width: 680px) {
  .gallery .gallery-item {
    height: 285px !important;
  }
}
