.headquarters-box {
  padding: 3rem;
  color: #000;
  background: #f7f9fb;
}
.headquarters-box p:last-child {
  margin-bottom: 0;
}
.headquarters-box .headquarters-title {
  display: flex;
  align-items: center;
  margin-bottom: 2.1rem;
  font-weight: 600;
}
.headquarters-box .headquarters-title img {
  margin-right: 1.6rem;
}
.headquarters-box .headquarters-title h2 {
  margin: 0;
  letter-spacing: 2%;
  font-weight: 600;
  font-size: 1.8rem;
}
.headquarters-box p {
  line-height: 150%;
  letter-spacing: 2%;
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
}
.headquarters-box h3 {
  line-height: 150%;
  letter-spacing: 2%;
  font-size: 1.6rem;
  margin-bottom: 1.9rem;
  font-weight: 400;
}

.headquarters-content > .row > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.headquarters-content .headquarters-box .txt-1 {
  color: #595959;
  letter-spacing: 10%;
  line-height: 140%;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.headquarters-content .headquarters-box .txt-2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
}
.headquarters-content .headquarters-box .txt-2 a {
  color: #000;
  letter-spacing: 2%;
  line-height: 150%;
}
.headquarters-content .headquarters-box .txt-2 a:hover {
  opacity: 0.9;
}

.headquarters-content > .row > div.align-top {
  justify-content: flex-start;
}

@media (max-width: 1199px) {
  .headquarters-content > .row > div .headquarters-box {
    margin-bottom: 2rem;
  }
  .headquarters-content > .row > div .headquarters-box:last-child {
    margin-bottom: 0;
  }
  .headquarters-content .headquarters-box .row > div {
    margin-bottom: 20px;
  }
  .headquarters-content .headquarters-box .row {
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .headquarters-box {
    padding: 2rem;
  }
  .headquarters-content figure {
    margin-top: 20px;
  }
} /*# sourceMappingURL=headquarters.css.map */
