@media (max-width: 768px) {
  .block-office-location.english-hp-block .title {
    font-size: 45px;
  }
}

.block-office-location {
  padding: 30px 20px 40px;
}
.block-office-location .tagline {
  display: block;
  margin: 0 auto 30px;
}
.block-office-location .title {
  text-align: center;
}
.block-office-location__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.block-office-location__map {
  height: 300px;
  padding: 10px;
  background-color: var(--bgColor);
  margin-bottom: 30px;
}
.block-office-location__map iframe {
  width: 100%;
  height: 100%;
}
.block-office-location__info .label {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primaryColor);
  letter-spacing: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
.block-office-location__info .directions {
  margin-bottom: 30px;
}
.block-office-location__info .address,
.block-office-location__info .phone {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 34px;
  color: var(--secondaryColor);
  margin-bottom: 20px;
  font-weight: 500;
}
.block-office-location__info .address a,
.block-office-location__info .phone a {
  color: var(--secondaryColor);
  transition: color 0.2s ease;
}
.block-office-location__info .address a:hover,
.block-office-location__info .phone a:hover {
  color: var(--tertiaryColor);
}
.block-office-location__info p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block-office-location {
    padding: 100px 40px 100px;
  }
  .block-office-location__inner {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .block-office-location .tagline {
    margin-bottom: 40px;
  }
  .block-office-location .title {
    margin-bottom: 70px;
  }
  .block-office-location__map {
    flex: 0 0 calc(58% - 30px);
    height: 370px;
    padding: 20px;
    margin-bottom: 0;
  }
  .block-office-location__info {
    flex: 0 0 calc(42% - 30px);
  }
  .block-office-location__info .office-name {
    font-size: 40px;
  }
}/*# sourceMappingURL=block-office-location.css.map */