@media (max-width: 1024px) {
  .pageTitle .right {
    padding-bottom: 0px;
  }
}
.contact .label {
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
}

.contact .label.space {
  margin-top: 24px;
}

.contact .email a {
  color: #292929;
  display: flex;
  font-family: NeuzeitGro;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: underline;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-bottom: 24px;
}

.contact .email a img {
  margin-left: 16px;
}

@media (max-width: 1024px) {
  .contact .email a {
    font-size: 24px;
  }
  .contact .email a img {
    width: 16px;
  }
}
.contact .phone a {
  color: #292929;
  text-decoration: none;
  font-family: NeuzeitGro;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 24px;
  display: block;
}

@media (max-width: 1024px) {
  .contact .phone a {
    font-size: 24px;
  }
}
.contact .address {
  color: #292929;
  font-family: NeuzeitGro;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .contact .address {
    font-size: 24px;
  }
}
.map {
  width: 100%;
  padding-bottom: 64px;
  filter: grayscale(1);
  pointer-events: none;
}

.map iframe {
  height: 700px;
  width: 100%;
  border: none;
}

@media (max-width: 1024px) {
  .map {
    padding-bottom: 16px;
  }
  .map iframe {
    height: 350px;
  }
}